PyTorch How to save a pretrained model like efficientnet_b0 model locally and load it? #421
Unanswered
emadyounan
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.
-
Good evening everyone,
I'm trying to use a pre-trained model like efficientnet_b0 But I'm confused about how to save it on my PC and how to load it again on the client's PC without the internet!!
I used:
and the load
It works well but is that the right way to do it? or is there another way?
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions