Svtter
9/5/2018 - 1:14 PM

[test tensorflow] test tensorflow installation #tensorflow

[test tensorflow] test tensorflow installation #tensorflow

import tensorflow as tf 
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))