How to compute mean class accuracy? #10261
Unanswered
AlbertoWang
asked this question in
code help: CV
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I need to compute ACC, I can choose Overall Accuracy or Mean Class Accuracy.
It is easy to use function overall accuracy defined in
from torchmetrics.functional.classification import accuracy
, but how can I compute mean class accuracy with torchmetrics? Is it the only way that implement a class that inherittorchmetrics.Metric
to achieve this requirement?Beta Was this translation helpful? Give feedback.
All reactions