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

Update for compatibility with Tensorflow 1.4

Open LiberaVeritas opened this issue 7 years ago • 0 comments

tf.unpack is deprecated for tf.unstack. https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md

sequence_loss_by_example is now in tf.contrib.legacy_seq2seq. https://www.tensorflow.org/api_docs/python/tf/contrib/legacy_seq2seq

tf.concat argument order is reversed. https://www.tensorflow.org/api_docs/python/tf/concat

LiberaVeritas avatar Jan 13 '18 05:01 LiberaVeritas