Hello TensorFlow

>>>import tensorflow as tf >>>hello = tf.constant('Hello, TensorFlow!') >>>sess = tf.Session() >>>print(sess.run(hello)) Hello, TensorFlow! Tensorflow安装与测试:http://blog.csdn.net/zyb228/article/details/
相关文章
相关标签/搜索