encore.ai
encore.ai copied to clipboard
Update LSTMModel.py
changed the syntax for tf.split, tf.concat and replaced rnn & seq2seq w/ the corresponding tf.contrib.rnn & tf.contrib.legacy_seq2seq
The LSTMModel.py update made it work on TF 1.0.1, thanks @stevenhurwitt ! I was also looking for a Python 3x port, is anyone working on it?