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

Code from the "Tensorflow and deep learning - without a PhD, Part 2" session on Recurrent Neural Networks.

Results 10 tensorflow-rnn-shakespeare issues
Sort by recently updated
recently updated
newest added

replaced 'anf' by 'and' in line 35

Hello, After running >python rnn_train.py I have the error UnicodeEncodeError : 'charmap' codec can't encode character '\u2502' in position 44 : character maps to I tried a lot of things...

I am hoping to use this in an application where the algorithm completes a sentence for you. Where in rnn_play.py is the seed text given?

I can successfully train on a different corpus with **rnn_train.py** and get these files in /checkpoints: - rnn_train_1487755124-1500000.meta - rnn_train_1487755124-1500000.data-00000-of-00001 - rnn_train_1487755124-1500000.index - checkpoint Unfortunately I am unable to use...

investigate if this does not have something to do with constant data in the tensorflow graph

Following up on our Twitter chat: I want to save a trained model from my text as a TensorFlow SavedModel. It'd be especially cool if that SavedModel can be accepted...

When run rnn_train.py, I got the following error: Traceback (most recent call last): File "/tensorflow-rnn-shakespeare/rnn_train.py", line 148, in txt.print_learning_learned_comparison(x, y, l, bookranges, bl, acc, epoch_size, step, epoch) File "/tensorflow-rnn-shakespeare/my_txtutils.py", line...