Answers for "'Tensor' object has no attribute '_in_graph_mode'"

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 "'Tensor' object has no attribute '_in_graph_mode'"

Python Answers by Framework

Browse Popular Code Answers by Language