-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when sampling #13
Comments
Same error here, did you find a solution? |
Might be related to jcjohnson/torch-rnn#195 I have been experiencing this error as well |
I used torch-rnn and word-rnn with a 5MB dataset with no problems. I got the same error with a 8.2MB set. |
Tried to use word-rnn with on CPU and 56GB ram , no luck as well (before was on 6GB GPU) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
sample.lua
against t7 files I frequently (but not always, depending on set temperature and seed text) come up against this errorIt comes up after some text has been predicted usually, and tends to show up sooner (less text predicted) when temperature is lower. Higher temperature lets more prediction through before the error occurs
It seems a similar issue exists(ed?) in char-nn karpathy/char-rnn#28
From that thread: "The error means your data are naned. Two possible causes include the weights becoming naned during training, or the cv snapshot file being corrupted somehow."
Is there any way I can avoid this situation?
The text was updated successfully, but these errors were encountered: