mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-21 13:20:08 +08:00
* till 0.8 * refactor * fix tests * fix tests * deprx till 0.9 * Update trainer.py * Apply suggestions from code review Co-authored-by: William Falcon <waf2107@columbia.edu>
6 lines
187 B
Python
6 lines
187 B
Python
"""
|
|
.. warning:: `logging` package has been renamed to `loggers` since v0.7.0 and will be removed in v0.9.0
|
|
"""
|
|
|
|
from pytorch_lightning.loggers.neptune import NeptuneLogger # noqa: F403
|