Guest User

Untitled

a guest
Dec 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cross_entropy = tf.nn.softmax_cross_entropy_with_logits(logits=layer_fc2,
  2. labels=y_true)
  3. cost = tf.reduce_mean(cross_entropy)
Add Comment
Please, Sign In to add comment