-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow Version #71
Comments
Also getting this issue. Pip list output:
I installed torch with this command as I have CUDA 10.1
I installed tensorflow by using Hope the additional info helps. |
tf.GraphDef was removed in tensorflow 2.0 I personally use tensorflow 1.14 when using this tool and have had no issues. It may work with other versions (1.x) as well but I have not tested them personally. |
Fantastic, I removed 2.0 and used |
Error
"module 'tensorflow' has no attribute 'GraphDef'"
I cannot run "main_auto.py". Which version of tensorflow should I install?
The text was updated successfully, but these errors were encountered: