Open allthetime opened 8 years ago
Same error here, did you find a solution?
Might be related to https://github.com/jcjohnson/torch-rnn/pull/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)
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 https://github.com/karpathy/char-rnn/issues/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?