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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: