char-rnn-tensorflow
char-rnn-tensorflow copied to clipboard
Update for compatibility with Tensorflow 1.4
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