torch / torch7

http://torch.ch
Other
9k stars 2.38k forks source link

Basic Text Analysis #987

Closed AltayAkkus closed 1 year ago

AltayAkkus commented 7 years ago

Hello, I wanted to ask how I do a basic text analysis I have a Input file, and I want Torch to try to make the same sentences, like learn them :) https://www.youtube.com/watch?v=oJeOvjJmKQ8&t=219s Just like shown here, but the shown command th train.lua -gpuid 0 -rnn_size 300 -num_layers 3 -savefile placeholder is not working out Would thank a lot for answers, Im using Ubuntu 64bit.