karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.59k stars 2.58k forks source link

allow the validation to be a seperate file #120

Open wrapperband opened 8 years ago

wrapperband commented 8 years ago

It would add more flexibility in what the system could learn, if the validation could be done on a separate file. (validation / testing - excuse my ignorance of the exact operation of the software at this stage)

For instance, I may have data in a raw format, as an input, and require the output to be a formatted report in html format as the output.