RNN_Text_Generation_Tensorflow icon indicating copy to clipboard operation
RNN_Text_Generation_Tensorflow copied to clipboard

concatenated state will be deprecated

Open logust79 opened this issue 6 years ago • 0 comments

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?

logust79 avatar Apr 10 '18 13:04 logust79