We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to fix it?
The text was updated successfully, but these errors were encountered:
install tensorflow 1.14
Sorry, something went wrong.
solved my problem, thank you
i want to use TF 2.x How to fix it
I followed the fix in #1247 and v2.10.0 works fine now.
if(tf.__version__.startswith("2")): # tf.gfile = tf.io.gfile tf.gfile = tf.compat.v1.gfile tf.flags = tf.compat.v1.flags tf.app = tf.compat.v1.app tf.logging = tf.compat.v1.logging tf.python_io = tf.compat.v1.python_io
No branches or pull requests
how to fix it?
The text was updated successfully, but these errors were encountered: