tensorflow2.0默认状态使用eager模式 1.关闭eager模式,启用图模式:tf.compat.v1.disable_eager_execution() 2.启用eager模式:tf.compat.v1.enable_eager_execution()