Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active January 13, 2018 19:39
Embed
What would you like to do?
input = tf.placeholder(tf.float32, shape=(100, 784))
labels = tf.placeholder(tf.float32, shape=(100, 10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment