spiglerg / RNN_Text_Generation_Tensorflow

DEPRECATED CODE : Text generation using RNN (LSTM) implemented using Tensorflow
Apache License 2.0
111 stars 49 forks source link

concatenated state will be deprecated #17

Open logust79 opened 6 years ago

logust79 commented 6 years ago

First thanks for this work. Works very well. Whilst I'm testing it, it issues a warning:

WARNING:tensorflow:<tensorflow.python.ops.rnn_cell_impl.BasicLSTMCell object at 0x119c13748>: Using a concatenated state is slower and will soon be deprecated.  Use state_is_tuple=True.

tensorflow version 1.3.0 Python 3.6.2

Anyway to 'fix' it?