Answers for "tensorflow has no attribute get_default_graph"

0

AttributeError: module 'tensorflow' has no attribute 'GraphDef'

tf.compat.v1.GraphDef()   # -> instead of tf.GraphDef()
tf.compat.v2.io.gfile.GFile()   # -> instead of tf.gfile.GFile()
Posted by: Guest on December-25-2020

Code answers related to "tensorflow has no attribute get_default_graph"

Python Answers by Framework

Browse Popular Code Answers by Language