Error-module ‘tensorflow’ has no attribute ‘GraphDef’ ,’Session’, ‘gfile’
tf.Session 改为 tf.compat.v1.Session
tf.GraphDef 改为 tf.compat.v1.GraphDef
tf.gfile 改为 tf.io.gfile
tf.Session 改为 tf.compat.v1.Session
tf.GraphDef 改为 tf.compat.v1.GraphDef
tf.gfile 改为 tf.io.gfile