Advertisement
Guest User

Untitled

a guest
May 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. with tf.name_scope("graph_inputs"):
  2. inputs = tf.placeholder(tf.int32, [2, 10], name='placeholder_inputs')
  3. targets = tf.placeholder(tf.int32, [2, 10], name='placeholder_targets')
  4. keep_prob = tf.placeholder(tf.float32, name='placeholder_keep_prob')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement