mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Update experiment_logging.rst (#1066)
fix import in documentation sample code
This commit is contained in:
@@ -11,7 +11,7 @@ To use CometLogger as your logger do the following.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from pytorch_lightning.loggers import TestTubeLogger
|
||||
from pytorch_lightning.loggers import CometLogger
|
||||
|
||||
comet_logger = CometLogger(
|
||||
api_key=os.environ["COMET_KEY"],
|
||||
|
||||
Reference in New Issue
Block a user