Skip to content

Instantly share code, notes, and snippets.

@penzou
Created June 4, 2017 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penzou/ba5d04262b13701fc8448a9595a7b657 to your computer and use it in GitHub Desktop.
Save penzou/ba5d04262b13701fc8448a9595a7b657 to your computer and use it in GitHub Desktop.
import tensorflow as tf
hello = tf.constant('Hello, World!')
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