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
got an error while creating databases on ubuntu 18.10 with latest tensorflow (pip-install)
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
AttributeError: module 'tensorflow' has no attribute 'get_default_graph
any hint to resolve this?
The text was updated successfully, but these errors were encountered:
keras-team/keras#12379 ??
Sorry, something went wrong.
keras-team/keras#12379 (comment)
import tensorflow as tf # sess = tf.compat.v1.Session(graph=tf.import_graph_def(), config=session_conf) sess = tf.compat.v1.Session(graph=tf.compat.v1.get_default_graph(), config=session_conf) tf.compat.v1.keras.backend.set_session(sess)
maybe this helps?
No branches or pull requests
got an error while creating databases on ubuntu 18.10 with latest tensorflow (pip-install)
AttributeError: module 'tensorflow' has no attribute 'get_default_graph
'any hint to resolve this?
The text was updated successfully, but these errors were encountered: