[docs] fix wandb url (#13094)

This commit is contained in:
Lavanya Shukla
2020-12-28 17:19:17 -08:00
committed by GitHub
parent 836c5d5a91
commit 350917958c
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
Using Weights & Biases with Tune
================================
`Weights & Biases <https://www.wandb.com/>`_ (Wandb) is a tool for experiment
`Weights & Biases <https://www.wandb.ai/>`_ (Wandb) is a tool for experiment
tracking, model optimizaton, and dataset versioning. It is very popular
in the machine learning and data science community for its superb visualization
tools.
@@ -12,7 +12,7 @@ tools.
:height: 80px
:alt: Weights & Biases
:align: center
:target: https://www.wandb.com/
:target: https://www.wandb.ai/
Ray Tune currently offers two lightweight integrations for Weights & Biases.
One is the :ref:`WandbLoggerCallback <tune-wandb-logger>`, which automatically logs
+1 -1
View File
@@ -168,7 +168,7 @@ You can see the :doc:`tutorial here </tune/tutorials/tune-mlflow>`.
WandbLogger
-----------
Tune also provides a default logger for `Weights & Biases <https://www.wandb.com/>`_. You can install Wandb via ``pip install wandb``.
Tune also provides a default logger for `Weights & Biases <https://www.wandb.ai/>`_. You can install Wandb via ``pip install wandb``.
You can see the :doc:`tutorial here </tune/tutorials/tune-wandb>`
+2 -2
View File
@@ -85,8 +85,8 @@ Pytorch Lightning
Wandb, MLFlow
~~~~~~~~~~~~~
- :ref:`Tutorial <tune-wandb>` for using `wandb <https://www.wandb.com/>`__ with Ray Tune
- :doc:`/tune/examples/wandb_example`: Example for using `Weights and Biases <https://www.wandb.com/>`__ with Ray Tune.
- :ref:`Tutorial <tune-wandb>` for using `wandb <https://www.wandb.ai/>`__ with Ray Tune
- :doc:`/tune/examples/wandb_example`: Example for using `Weights and Biases <https://www.wandb.ai/>`__ with Ray Tune.
- :doc:`/tune/examples/mlflow_example`: Example for using `MLFlow <https://github.com/mlflow/mlflow/>`__ with Ray Tune.
- :doc:`/tune/examples/mlflow_ptl_example`: Example for using `MLFlow <https://github.com/mlflow/mlflow/>`__ and `Pytorch Lightning <https://github.com/PyTorchLightning/pytorch-lightning>`_ with Ray Tune.