Is uses Pip to load a pre-trained model equal to use PyTorch Hub to load a pre-trained model? #61
Unanswered
vincentt1999
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want use
m = geffnet.create_model('mobilenetv3_large_100', pretrained=True)
to replacemodel = torch.hub.load('rwightman/gen-efficientnet-pytorch', 'efficientnet_b0', pretrained=True)
BTW, I use the pre-trained model aim to Fine-tuning the model.
Am i doing it right?
Thank you very much!
@rwightman
Beta Was this translation helpful? Give feedback.
All reactions