word-rnn icon indicating copy to clipboard operation
word-rnn copied to clipboard

Error: bad argument #2 to '?'

Open jenniferzhu opened this issue 7 years ago • 2 comments

I received an error similar to some people who described previously, but I searched and tried available debugging methods and none of them can solve this issue.

Can someone who wrote this repository help us take a look?

image

jenniferzhu avatar Jan 03 '18 21:01 jenniferzhu

I'm getting the same error. char-rnn works fine - I think I have the extra deps installed...

turbotas avatar Mar 03 '18 11:03 turbotas

Changing the -train_frac flag to 0.9 fixed the problem (sets aside 90% for training, 5 for validation, 5 for testing). https://github.com/larspars/word-rnn/issues/24#issuecomment-365735951

AppSynergy avatar Apr 11 '18 09:04 AppSynergy