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

Char-RNN implemented using TensorFlow.

Results 2 tensorflow-char-rnn issues
Sort by recently updated
recently updated
newest added

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...

Running it using anaconda on Windows. The full error is: ``` Traceback (most recent call last): File "train.py", line 379, in main() File "train.py", line 249, in main train_model =...