Skip to content

Instantly share code, notes, and snippets.

@KuanYuChang
Created August 4, 2017 13:10
Show Gist options
  • Select an option

  • Save KuanYuChang/e6b0c746f6a855a4bbe71ba233478b96 to your computer and use it in GitHub Desktop.

Select an option

Save KuanYuChang/e6b0c746f6a855a4bbe71ba233478b96 to your computer and use it in GitHub Desktop.
testing 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