Activation Functions, or the Lack of Them, under Computer Vision. #818
Unanswered
WALTEROBILA
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Process of converting the predictions from logits, to probabilities is done for Binary Classification mainly for Similar Discussion in here #314 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we were doing classification, we would use activation functions in the process of converting the predictions from logits, to probabilities, then finally to labels. For the "03_PyTorch_Computer_Vision" module, we only used argmax to convert the logits to labels. Any clarification on why this is the case?
Beta Was this translation helpful? Give feedback.
All reactions