Binary classification inconsistencies #1059
Unanswered
aiqc
asked this question in
Classification
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so i had to implement a
flip_type
function with atry
statement while looping in epochsmeanwhile
https://torchmetrics.readthedocs.io/en/stable/classification/accuracy.html
looking at the Accuracy docs, it seems like comparing equal length tensors is reserved for ordinal ints. seems like a symptom of the
nn.Softmax(dim=1)
problemBeta Was this translation helpful? Give feedback.
All reactions