diff --git a/pytorch_lightning/metrics/functional/classification.py b/pytorch_lightning/metrics/functional/classification.py index c80bc5599a..7932483ff7 100644 --- a/pytorch_lightning/metrics/functional/classification.py +++ b/pytorch_lightning/metrics/functional/classification.py @@ -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: