import tensorflow as tf
hello = tf.constant('hello,tf')
#sess = tf.Session()
tf.compat.v1.Session()
print(tf.compat.v1.Session())
tf sample
最新推荐文章于 2022-10-10 18:07:18 发布
import tensorflow as tf
hello = tf.constant('hello,tf')
#sess = tf.Session()
tf.compat.v1.Session()
print(tf.compat.v1.Session())