lightning/pytorch_lightning/logging/test_tube_logger.py

7 lines
250 B
Python
Raw Normal View History

import warnings
warnings.warn("`test_tube_logger` module has been renamed to `test_tube` since v0.5.3"
" and will be removed in v0.8.0", DeprecationWarning)
from pytorch_lightning.logging.test_tube import TestTubeLogger # noqa: E402