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

Chainer with Multi CPU Support for Linux (Chainer-CHAR-RNN Speed improvements) #24

Open ghost opened 8 years ago

ghost commented 8 years ago

Chainer with Multi CPU Support for Linux (Chainer-CHAR-RNN Speed improvements)

wrote little perl script to do it

changed sample.py file so that you dont need to give these arguments to the file when calling "python sample.py --model XXX --vocabulary xxx"

ghost commented 8 years ago

changed some more detailed comments to MultiCPUwithChainer.pl