阅读背景:

tensorflow 学习=起步问题

来源:互联网 
成功的案列:
import tensorflow as tf

tf.compat.v1.disable_eager_execution()
message=tf.constant('hello world')
with tf.compat.v1.Session() as se:
    print(se.run(message).decode())成功的案列:
import tensorflow as tf

tf.compat.v1



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: