tensorflow-char-rnn
tensorflow-char-rnn copied to clipboard
Is it possible to set use_batch=true in sample.py?
With use_batch=false, it generates characters one by one while sampling. It seems that only cpu is used and gpu is idle, so the speed of sampling is quite slow.
Is it possible to set use_batch=true to speed up sampling?