Open sjtuytc opened 3 years ago
I use the command: bash ./tools/dist_train.sh ./configs/det/faster-rcnn_r50_fpn_8e_mot20-half.py 8 \ --work-dir ./work_dirs/
, and the detector is sucessfully trained on mot20.
Please refer to the picture
If you still got error, try reducing your learning rate to 0.0001.
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug When I need to train on MOT20 without any modification on the code, the loss is always NAN.
Reproduction
Did you make any modifications on the code or config? Did you understand what you have modified? No
What dataset did you use and what task did you run? MOT20, training Environment
Please run
python mmtrack/utils/collect_env.py
to collect necessary environment information and paste it here.You may add addition that may be helpful for locating the problem, such as
$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)Error traceback If applicable, paste the error trackback here.
Bug fix If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!