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

Is it possible to set use_batch=true in sample.py?

Open firdota opened this issue 5 years ago • 0 comments

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?

firdota avatar Oct 29 '20 09:10 firdota