nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook
https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition
MIT License
6.24k stars 2.41k forks source link

TF 1.0 compatibility issues 04_stacking_multiple_lstm.py #40

Closed ammarasmro closed 7 years ago

ammarasmro commented 7 years ago

I change the functions that deal with rnn_cell as it has been moved to tf.contrib....

nfmcclure commented 7 years ago

Thanks!

chunsj commented 7 years ago

In file 09_Recurrent_Neural_Networks/02_Implementing_RNN_for_Spam_Prediction/02_implementing_rnn.py, there's reference of rnn_cell which should be changed as well.