gsurma / text_predictor

Char-level RNN LSTM text generator📄.
https://gsurma.github.io
MIT License
116 stars 35 forks source link

Update needed to TensorFlow 2.0 #8

Closed N07070 closed 3 years ago

N07070 commented 5 years ago

Hello,

I've been trying to run this repo's code, but as of tensorflow 2.0, the tensorflow.contrib module does not exist anymore.

It would be nice to update the code to be able to use TF 2.0, but I don't know how to do so.

Also, the code is written in Python 2.7, but it's not EOL, and a transition to Python 3 would be nice ( it's mainly about import and print statements ).

Have a nice day