Skip to content
Discussion options

You must be logged in to vote

Hello, looking at the version you refer to and I don't think we have this argument ever implemented

def __new__(
cls,
num_classes: Optional[int] = None,
normalize: Optional[str] = None,
threshold: float = 0.5,
multilabel: bool = False,
task: Optional[Literal["binary", "multiclass", "multilabel"]] = None,
num_labels: Optional[int] = None,
ignore_index: Optional[int] = None,
validate_args: bool = True,
**kwargs: Any,
) -> Metric:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Borda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants