摘要: import tensorflow as tf tf.compat.v1.disable_eager_execution() #保证sess.run()能够正常运行 hello = tf.constant('hello,tensorflow') sess= tf.compat.v1.Session( 阅读全文
posted @ 2021-08-07 16:37 huyoo 阅读(326) 评论(0) 推荐(0)