added loggers

This commit is contained in:
William Falcon
2020-01-21 14:08:15 -05:00
parent 37b0cd5bd2
commit 44d844022f
+1
View File
@@ -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