Skip to content

Loading pre-trained resnet50 #9

@thom966

Description

@thom966

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:
image

From class ResNetBackbone(Backbone):
image

Could you please tell me how to properly load the pre-trained ResNet-50?
Thank you so much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions