Error-module ‘tensorflow’ has no attribute ‘GraphDef’ ,’Session’, ‘gfile’

作者: zengde 分类: 笔记 发布时间: 2021-12-03 05:34

tf.Session 改为 tf.compat.v1.Session

tf.GraphDef 改为 tf.compat.v1.GraphDef

tf.gfile 改为 tf.io.gfile