Guest User

Untitled

a guest
Jan 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. input = tf.placeholder(tf.float32, shape=(100, 784))
  2. labels = tf.placeholder(tf.float32, shape=(100, 10))
Add Comment
Please, Sign In to add comment