Zedong Yu

Results 3 issues of 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...

awaiting response

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. ![image](https://user-images.githubusercontent.com/47105158/165319998-45bd8ac8-6d6f-408e-9e3a-51fc7bba7a2a.png) in this picture, you recommend that "However,...