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 ).
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