hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

update deprecated modules #3

Closed tylerehc closed 8 years ago

tylerehc commented 8 years ago

for rnn_cell, replaced tensorflow.models.rnn with tensorflow.contrib.rnn for seq2seq, replaced tensorflow.models.rnn with tensorflow.python.ops

hunkim commented 8 years ago

Thanks! Do you think you can also update the .travis to get TF 0.9 or something?

hunkim commented 8 years ago

Check #5