This commit is contained in:
Shiv Dhar 2020-08-26 11:48:59 +05:30 committed by GitHub
parent bda1400225
commit cb0c60bf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def stat_scores_multiple_classes(
reduction: str = 'none',
) -> Tuple[torch.Tensor, torch.Tensor, torch.Tensor, torch.Tensor, torch.Tensor]:
"""
Calculates the number of true postive, false postive, true negative
Calculates the number of true positive, false positive, true negative
and false negative for each class
Args: