MulticlssIoU, MulticlssDice ImportError #2923
-
|
To Reproduce Tried in python3.9 local machine and colab used the below line to install torchmetrics --> from torchmetrics.classification import MulticlassIoU, MulticlassDice Triggers the following error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think there is some confusion with names, as we do not have a |
Beta Was this translation helpful? Give feedback.
I think there is some confusion with names, as we do not have a
Multiclass*version of these version but you can simply use then in a multi-class scenario: