Zedong Yu
Zedong Yu
When I try to resume training at 17 epochs use: ```python bash tools/dist_train.sh config_file ``` But It loads the 7 epoch. Errors are the followings: ```python 2022-08-07 01:03:00,220 - mmdet...
When I run "train_crfnet.py" on multi-gpus, it occured a problem:"some thing do not have attribute", after debug, I solved it by add "cfg = cfg" to the line 131 function...
Hi, thanks for your excellent work on multimodel optimization. When I read your paper, I met some details which made me confused.  in this picture, you recommend that "However,...