Skip to content

Instantly share code, notes, and snippets.

@Svtter
Created September 5, 2018 13:14
Show Gist options
  • Save Svtter/b7b05069faa2f27470061e9767fb8a6e to your computer and use it in GitHub Desktop.
Save Svtter/b7b05069faa2f27470061e9767fb8a6e to your computer and use it in GitHub Desktop.
[test tensorflow] test tensorflow installation #tensorflow
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment