add wandb autoclass in logger.rst (#2854)

This commit is contained in:
Jeff Yang 2020-08-07 02:35:06 +06:30 committed by GitHub
parent ed3ee982b3
commit 6d637c4beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -317,6 +317,12 @@ Comet
.. autoclass:: pytorch_lightning.loggers.comet.CometLogger
:noindex:
CSVLogger
^^^^^^^^^
.. autoclass:: pytorch_lightning.loggers.csv_logs.CSVLogger
:noindex:
MLFlow
^^^^^^
@ -341,8 +347,8 @@ Test-tube
.. autoclass:: pytorch_lightning.loggers.test_tube.TestTubeLogger
:noindex:
CSVLogger
^^^^^^^^^
Weights and Biases
^^^^^^^^^^^^^^^^^^
.. autoclass:: pytorch_lightning.loggers.csv_logs.CSVLogger
:noindex:
.. autoclass:: pytorch_lightning.loggers.wandb.WandbLogger
:noindex: