mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
added loggers
This commit is contained in:
@@ -92,6 +92,7 @@ class NeptuneLogger(LightningLoggerBase):
|
||||
)
|
||||
trainer = Trainer(max_epochs=10, logger=neptune_logger)
|
||||
|
||||
|
||||
Args:
|
||||
api_key (str | None): Required in online mode. Neputne API token, found on https://neptune.ml.
|
||||
Read how to get your API key
|
||||
|
||||
Reference in New Issue
Block a user