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 26c80c5 commit 2856e62Copy full SHA for 2856e62
pytorch_lightning/metrics/__init__.py
@@ -38,9 +38,3 @@
38
R2Score,
39
SSIM,
40
)
41
-from pytorch_lightning.utilities import rank_zero_deprecation
42
-
43
-rank_zero_deprecation(
44
- "`pytorch_lightning.metrics.*` module has been renamed to `torchmetrics.*` and split off to its own package"
45
- " (https://github.com/PyTorchLightning/metrics) since v1.3 and will be removed in v1.5"
46
-)
0 commit comments