From 99a95abf673a5fa2105cce66e2c5666dd4ed177a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Mon, 28 Jun 2021 10:16:00 +0200 Subject: [PATCH] remove message --- pytorch_lightning/metrics/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pytorch_lightning/metrics/__init__.py b/pytorch_lightning/metrics/__init__.py index 9b27fdf0cb253..da682e4840489 100644 --- a/pytorch_lightning/metrics/__init__.py +++ b/pytorch_lightning/metrics/__init__.py @@ -38,9 +38,3 @@ R2Score, SSIM, ) -from pytorch_lightning.utilities import rank_zero_deprecation - -rank_zero_deprecation( - "`pytorch_lightning.metrics.*` module has been renamed to `torchmetrics.*` and split off to its own package" - " (https://github.com/PyTorchLightning/metrics) since v1.3 and will be removed in v1.5" -)