You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support other types for classification metrics. I.e non-softmaxed network outputs.
For outputs of categorical classification, it does not matter if the output is softmaxed or not. The argmax of these tensors is the same. Can we support those by simply taking an argmax even if the values are out of the 0-1 range?
🚀 Feature
Motivation
Support other types for classification metrics. I.e non-softmaxed network outputs.
For outputs of categorical classification, it does not matter if the output is softmaxed or not. The argmax of these tensors is the same. Can we support those by simply taking an argmax even if the values are out of the 0-1 range?
cc @SkafteNicki Whether we want to support this.
The text was updated successfully, but these errors were encountered: