Last active
March 19, 2018 01:32
-
-
Save JoshVarty/2f42a2761afba7b86681514a4c14e3f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
correct_prediction = tf.equal(labels, tf.argmax(predictions, 1, output_type=tf.int32)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment