Created
March 19, 2018 01:21
-
-
Save JoshVarty/b066565e27d5b033e7a491e53ed40d42 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
cost = tf.reduce_mean(tf.nn.sparse_softmax_cross_entropy_with_logits(logits=logits, labels=labels)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment