You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the official pre-trained weights of resnet contains fc layer that we don't need. Therefore, you can modify line 197 as below: model.load_state_dict(model_zoo.load_url(model_urls['resnet50']),strict=False)
when training, in 'resnet.py' line 197, can not load weight
The text was updated successfully, but these errors were encountered: