Closed YifanXu74 closed 2 years ago
Hi! I found that I have loaded a wrong ResNet 50 pre-trained checkpoint when training LVIS. When loading resnet50_miil_21k.pkl, the problem is solved. Thanks~
Hi! I found that I have loaded a wrong ResNet 50 pre-trained checkpoint when training LVIS. When loading resnet50_miil_21k.pkl, the problem is solved. Thanks~
It might be a stupid question... but where can I get that resnet50_miil_21k.pkl
? I could only find the pth version and failed to convert it.
Hi! I run the following command:
python train_net.py --config-file configs/BoxSup-C2_Lbase_CLIP_R5021k_640b64_4x.yaml --num-gpus 8
and getIt is far from the officially trained one:
Here is my training log: link
I am not sure what goes wrong here. Thanks for the help! Best regards!