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/
相關文章
相關標籤/搜索