Last active
July 28, 2020 07:44
-
-
Save prateekjoshi565/96d93426f74d43359a33fc6e35fe70c1 to your computer and use it in GitHub Desktop.
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
# instantiate the model | |
net = WordLSTM() | |
# push the model to GPU (avoid it if you are not using the GPU) | |
net.cuda() | |
print(net) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment