adeshpande3 / LSTM-Sentiment-Analysis

Sentiment Analysis with LSTMs in Tensorflow
MIT License
979 stars 432 forks source link

Add support instructions for TF v1.2 and later #38

Closed mvinoba closed 6 years ago

mvinoba commented 6 years ago

After some digging I found out a reference for the solution to the incompatibility.

Reference: TensorFlow version 1.2 and later RNN moved to main repo, and the RNNCell's variable names have been renamed.

I decided to only update the README.md with new instructions instead of pushing the converted checkpoints since there could be security issues. Feel free to suggest modifications or upload converted models to the repository, and thanks for the notebooks, they were very helpful!

adeshpande3 commented 6 years ago

Looks good with me, thanks!