File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pytorch_lightning/metrics/regression Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ def __init__(
3232 dist_sync_fn : Callable = None ,
3333 ):
3434 """
35- This implementation refers to :class:`~torchmetrics.Accuracy `.
35+ This implementation refers to :class:`~torchmetrics.R2Score `.
3636
3737 .. deprecated::
38- Use :class:`~torchmetrics.Accuracy `. Will be removed in v1.5.0.
38+ Use :class:`~torchmetrics.R2Score `. Will be removed in v1.5.0.
3939 """
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ def __init__(
3434 process_group : Optional [Any ] = None ,
3535 ):
3636 """
37- This implementation refers to :class:`~torchmetrics.Accuracy `.
37+ This implementation refers to :class:`~torchmetrics.SSIM `.
3838
3939 .. deprecated::
40- Use :class:`~torchmetrics.Accuracy `. Will be removed in v1.5.0.
40+ Use :class:`~torchmetrics.SSIM `. Will be removed in v1.5.0.
4141 """
You can’t perform that action at this time.
0 commit comments