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

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch

Results 1 char-rnn issues
Sort by recently updated
recently updated
newest added

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...