Open qihongl opened 7 years ago
I also get the same error.
You are using a newer version of TensorFlow which unfortunately is not backward compatible, I solved the error by installing tensorflow-1.0.1 instead.
I am getting same error on tensorflow-1.0.1
My tensorflow version is 1.5.0 and get the same error
This happens to me too. No solution yet.
tensorflow version 1.11.0, the same error...
The solution is install tensorflow 1.0.0, and it is working now!!
pip install tensorflow==1.0.0
tensorflow version 1.11.0, the same error...
The solution is install tensorflow 1.0.0, and it is working now!!
pip install tensorflow==1.0.0
I am getting same error on tensorflow-1.0.0
Hi, I got the following error message when I was trying to run the pre-trained model. Is this a tensorflow version issue?