We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a046ca commit d32fdb6Copy full SHA for d32fdb6
pytorch_lightning/metrics/functional/accuracy.py
@@ -29,7 +29,7 @@ def accuracy(
29
r"""
30
This implementation refers to :class:`~torchmetrics.functional.accuracy`.
31
32
- .. warning:: This metric is deprecated, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
+ .. warning:: This metric is deprecated since v1.3.0, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
33
"""
34
35
rank_zero_warn(
0 commit comments