Created
June 23, 2020 14:55
-
-
Save khalidmeister/c6e1fa2161faaa145fae2e3569796a37 to your computer and use it in GitHub Desktop.
Save the model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save The Model | |
PATH = './fix_alexnet_net.pth' | |
torch.save(model_alexnet.state_dict(), PATH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment