num_classes
should not be required when using micro averaging
#2837
Labels
num_classes
should not be required when using micro averaging
#2837
🐛 Bug
When using micro averaging on multiclass_accuracy, it is required to pass in
num_classes
, even though it's not part of the calculation.To Reproduce
Expected behavior
In general, I expect the metric to be computed. In the above code sample, I expect 0.33 to be returned, rather than an exception.
Environment
The text was updated successfully, but these errors were encountered: