Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created March 19, 2018 01:21
Embed
What would you like to do?
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