RNN_Text_Generation_Tensorflow icon indicating copy to clipboard operation
RNN_Text_Generation_Tensorflow copied to clipboard

DEPRECATED CODE : Text generation using RNN (LSTM) implemented using Tensorflow

Results 10 RNN_Text_Generation_Tensorflow issues
Sort by recently updated
recently updated
newest added

I know my last issue was my fault, but I don't think this one is. I got an argument error about a minute after starting the program. Here's the full...

I didn't see so quickly any other way to contact you, but I wanted to give credit. I re-used your model with some slight adjustments to generate icons and hieroglyphs...

I notice that the longer(the more batches)that I've trained the more perfect that generated sentences will be,but I find that some generated sentences can be totally the same as some...

when i want to generate text i get a memory error `Traceback (most recent call last): File "rnn_tf.py", line 300, in main() File "rnn_tf.py", line 221, in main data, vocab...

First thanks for this work. Works very well. Whilst I'm testing it, it issues a warning: ``` WARNING:tensorflow:: Using a concatenated state is slower and will soon be deprecated. Use...

Hi I am trying to install and I get Traceback (most recent call last): File "rnn_tf.py", line 5, in import argparse File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.py", line 86, in import copy as _copy...

Hi, First, thanks for your work :) Second, I tried to use your code without any changes for test purposes,, but result isn't good. Output of ``python rnn_tf.py saved\model.ckpt "The...

![screen shot 2017-07-29 at 17 43 40](https://user-images.githubusercontent.com/30553108/28745665-82d963a8-7485-11e7-9278-6cea89d04174.png) As you can see after i've terminated the program it doesn't output anything but multiple errors. Same thing happens when i run $...

Nice work! It is very clear and easy to understand! I am wondering how could I change it to a word-level Generator?

Hi. It's me again :) K, i used command $ python rnn_tf.py and some hours ago it was finished. And what should i do now? Should i use command $...