Gökhan Sever
Gökhan Sever
Hello, Another question. I know char-rnn has started all this. Are there any comparisons out there which compares the accuracy/speed of char-rnn and chainer implementation. Getting Torch installed is a...
Hello, Is there anyone out who used this library to train a text dataset using word level encodings instead of characters? What are your thoughts, in terms of training speed...
The following command doesn't read all the characters in the text files that I am testing words = open('%s/input.txt' % args.data_dir, 'rb').read() instead it would better to read files as:...
Hello, is this code working with GPU acceleration? I see that CPU trains the example faster than GPU once the code is successfully compiled. What could be the reason?