yusuketomoto / chainer-char-rnn

karpathy's char-rnn (https://github.com/karpathy/char-rnn) implementation by Chainer
MIT License
167 stars 62 forks source link

char-rnn ported to chainer v2 and python 3.6 #27

Open ranjita-naik opened 7 years ago

ranjita-naik commented 7 years ago

thank you for implementing it in chainer. I've ported your code to chainer v2 and python 3.6. https://github.com/ranjita-naik/Deep-Learning/tree/master/RNN