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

File now found and incorrect readme instruction for word level selection

Open 10printhello opened this issue 9 years ago • 0 comments

when running the train.lua received the following error: "not found:No LuaRocks module found for util.WordSplitLMMinibatchLoader"

On inspection WordSplitLMMinibatchLoader was missing the ".lua" extention. Renaming the file with this extension fixed the issue.

Secondly the REadme suggested using "-usewords 1" to train using words rather than chars. The code is actually looking for the param "-wordlevel 1"

10printhello avatar Oct 27 '15 09:10 10printhello