Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created March 19, 2018 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/b066565e27d5b033e7a491e53ed40d42 to your computer and use it in GitHub Desktop.
Save JoshVarty/b066565e27d5b033e7a491e53ed40d42 to your computer and use it in GitHub Desktop.
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