Created
June 23, 2020 14:57
-
-
Save khalidmeister/72c316c01153a91dbb1293dd5b26ed06 to your computer and use it in GitHub Desktop.
Load 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
# Declare the network | |
net = Net() | |
# Set the parameters | |
net.load_state_dict(torch.load(PATH)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment