首页
Java
登录
6mi
u
盘
搜
搜 索
Java
tensorflow 入门之 hello tensorflow
tensorflow 入门之 hello tensorflow
xiaoxiao
2021-02-28
65
import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() print(sess.run(hello))
交互式 TensorFlow 会话,直接运行:
转载请注明原文地址: https://www.6miu.com/read-65576.html
技术
最新回复
(
0
)