chainer-char-rnn
chainer-char-rnn copied to clipboard
Bugfix to GPU argument
If gpu argument is set to 0, it still attempts to run with CUDA on as the test was for >= rather than just >. To get this code to run without CUDA at present i had to do --gpu -1.