You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have followed your README file to set up the environment and prepare the dataset. The "inference.py" script has also run successfully, producing the expected results. However, when running the benchmark dataset, I always get a loss of NaN. Lowering lr_head or follow the previous issues did not solve the issue. How should I resolve it?
My training command is
"DETR=base python main.py --pretrained checkpoints/detr-r50-hicodet.pth --output-dir outputs/pvic-detr-r50-hicodet"
The text was updated successfully, but these errors were encountered:
Hello!
I have followed your README file to set up the environment and prepare the dataset. The "inference.py" script has also run successfully, producing the expected results. However, when running the benchmark dataset, I always get a loss of NaN. Lowering lr_head or follow the previous issues did not solve the issue. How should I resolve it?
My training command is
"DETR=base python main.py --pretrained checkpoints/detr-r50-hicodet.pth --output-dir outputs/pvic-detr-r50-hicodet"
The text was updated successfully, but these errors were encountered: