mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[tune] logger migration to ExperimentLogger classes (#11984)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user