Last active
August 12, 2019 18:15
-
-
Save n0obcoder/87d008fb5e7747fc380ffe2fa389b7d5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| model_new = NeuralNet() | |
| model_new.load_state_dict(torch.load('weights_only.pth')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment