We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c38813 commit 4938adbCopy full SHA for 4938adb
docs/source-pytorch/visualize/supported_exp_managers.rst
@@ -119,8 +119,8 @@ Configure the logger and pass it to the :class:`~lightning.pytorch.trainer.train
119
from lightning.pytorch.loggers import NeptuneScaleLogger
120
121
neptune_scale_logger = NeptuneScaleLogger(
122
- api_key=<YOUR_NEPTUNE_SCALE_API_KEY>, # replace with your own
123
- project=<YOUR_NEPTUNE_SCALE_WORKSPACE>/<YOUR_NEPTUNE_SCALE_PROJECT>, # replace with your own
+ api_key="<YOUR_NEPTUNE_SCALE_API_KEY>", # replace with your own
+ project="<YOUR_NEPTUNE_SCALE_WORKSPACE>/<YOUR_NEPTUNE_SCALE_PROJECT>", # replace with your own
124
)
125
trainer = Trainer(logger=neptune_scale_logger)
126
0 commit comments