EMSANet
EMSANet copied to clipboard
Loading pre-trained resnet50
I have a question regarding loading a ResNet model other than ResNet-34. I tried to use ResNet-50 with the pre-trained weights provided by PyTorch, but the ResNet-50 model generated from class ResNetBackbone(Backbone)
is different from the pre-trained model from PyTorch.
Loaded pre-trained model from pytorch:
From class ResNetBackbone(Backbone)
:
Could you please tell me how to properly load the pre-trained ResNet-50? Thank you so much.