mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-30 11:29:56 +08:00
6 lines
171 B
Python
6 lines
171 B
Python
"""
|
|
.. warning:: `logging` package has been renamed to `loggers` since v0.6.1 and will be removed in v0.8.0
|
|
"""
|
|
|
|
from pytorch_lightning.loggers import comet # noqa: F403
|