📌  相关文章
📜  AttributeError: 模块 'tensorflow' 没有属性 'GraphDef' - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:10.107000             🧑  作者: Mango

代码示例2
Eager execution is enabled by default in version 2.x 
You can check that by using:

tf.executing_eagerly()