[tune] logger migration to ExperimentLogger classes (#11984)

This commit is contained in:
Kai Fricke
2020-11-16 15:08:37 -08:00
committed by GitHub
parent 3dc68533a9
commit 9f5986ee58
14 changed files with 897 additions and 223 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ tools.
:target: https://www.wandb.com/
Ray Tune currently offers two lightweight integrations for Weights & Biases.
One is the :ref:`WandbLogger <tune-wandb-logger>`, which automatically logs
One is the :ref:`WandbLoggerCallback <tune-wandb-logger>`, which automatically logs
metrics reported to Tune to the Wandb API.
The other one is the :ref:`@wandb_mixin <tune-wandb-mixin>` decorator, which can be
@@ -28,7 +28,7 @@ Please :doc:`see here for a full example </tune/examples/wandb_example>`.
.. _tune-wandb-logger:
.. autoclass:: ray.tune.integration.wandb.WandbLogger
.. autoclass:: ray.tune.integration.wandb.WandbLoggerCallback
:noindex:
.. _tune-wandb-mixin: