import tensorflow as tf
hello = tf.constant('hello, chenjun!')
sess = tf.Session()
print(sess.run(hello))
>>>b'hello, chenjun!'
怡宝2号 博主文章分类:tensorflow ©著作权
文章标签 tensorflow 文章分类 代码人生
import tensorflow as tf
hello = tf.constant('hello, chenjun!')
sess = tf.Session()
print(sess.run(hello))
>>>b'hello, chenjun!'
https://github.com/jackfrued/Python-100-Days
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M