crazydonkey200 / tensorflow-char-rnn

Char-RNN implemented using TensorFlow.
MIT License
425 stars 267 forks source link

Run tf_upgrade.py from main TF repository to add support for TF1.0 #5

Closed bergutman closed 7 years ago

bergutman commented 7 years ago

https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/compatibility

crazydonkey200 commented 7 years ago

Thanks for the pull request.

This will fix some compatibility issue, but there are more to be fixed to make it run with TensorFlow 1.0. Adding this now without fixing other parts will make it not runnable in both TF 1.0 and TF 0.10.

So I will leave the code as is for now since this way it is still runnable in TF 0.10, and add your pull requests when I fixed other parts to move to TF 1.0.

SRombauts commented 7 years ago

Hi @crazydonkey200, any update or ETA on the port to TF 1.0?

Cheers!

crazydonkey200 commented 7 years ago

Sorry for the wait. Now the code runs with TensorFlow 1.0.