Guest User

Untitled

a guest
Dec 18th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. correct_prediction = tf.equal(y_pred_cls, y_true_cls)
  2. accuracy = tf.reduce_mean(tf.cast(correct_prediction, tf.float32))
Add Comment
Please, Sign In to add comment