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

karpathy's char-rnn (https://github.com/karpathy/char-rnn) implementation by Chainer

Results 14 chainer-char-rnn issues
Sort by recently updated
recently updated
newest added

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

Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/home/lx/anaconda/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(_targs, *_kargs) File "/home/lx/work/dnn/chainer/cupy/cudnn.py", line 35, in reset_handles for handle in six.itervalues(handles): AttributeError: 'NoneType' object has...

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?

interrupting and then resuming the training script, e.g. when the computer goes to sleep, leads to this error seen below.