Confusion Matrix: ValueError: Unexpected keyword arguments: nan_strategy
#2395
Unanswered
mfoglio
asked this question in
Classification
Replies: 1 comment
-
Hello, looking at the version you refer to and I don't think we have this argument ever implemented torchmetrics/src/torchmetrics/classification/confusion_matrix.py Lines 396 to 407 in 2a055f5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After updating from torchmetrics
0.10.0
to1.3.1
I get the following error when initializing a confusion matrix:I initialized the confusion matrix in the following way:
Is the attribute
nan_strategy
deprecated or was I simply passing a useless argument before?Beta Was this translation helpful? Give feedback.
All reactions