karpathy / char-rnn

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

output not being stored as .txt #216

Closed kooderaktivate closed 6 years ago

kooderaktivate commented 6 years ago

So, after some thinkering with torch i got the rnn up and trainig. Yay, however, while trying the tinyshakespear example, my output is not stored anywhere. I typed -savefile placeholder.txt but still nothing, i cant find anyone else having this issue, so its probably somethig fairly obvius, th train.lua -gpuid 0 -rnn_size 300 -num_layers 3 -savefile placeholder.txt -eval_val_every 1 i am trainign on the shakespear sample

kooderaktivate commented 6 years ago

Solution: pritty simple: type th sample.lua cv/outputs.t7