Closed xiaocc612 closed 4 years ago
Hi, @xiaocc612 It is not an error, it is warning which is normal in case of loading of pretrained ResNet50 without last fully-connected layers. You can check same issue in mmdetection repo, ex. https://github.com/open-mmlab/mmdetection/issues/2175 .
thanks.
Thanks for sharing your work! When I follow the *Get Started** instruction, I met the following error: 2020-06-08 16:47:55,759 - root - INFO - load model from: torchvision://resnet50 2020-06-08 16:47:55,913 - mmdet - WARNING - The model and loaded state dict do not match exactly unexpected key in source state_dict: fc.weight, fc.bias
Can you help me to solve this?