tensorflow 入门之 hello tensorflow

xiaoxiao2021-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)