Skip to content

Why torch.softmax was not needed on logits for ComputerVision Model_0 ON FashionMNIST data? #798

Answered by mrdbourke
ankitgooner asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ankitgooner ,

In short, softmax is a transformation from logits -> prediction probabilities that range from 0 to 1.

Softmax makes the logits easier to understand from a human perspective.

However, it's not 100% necessary to use softmax when performing argmax on the logits to get the predictions.

See a fuller explanation here: #314

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ankitgooner
Comment options

Answer selected by ankitgooner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants