docs: fix broken links to W&B (#20298)

This commit is contained in:
Jirka Borovec 2024-09-26 17:52:33 +02:00 committed by GitHub
parent d1ca3c6e09
commit 70f188b95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB
Weights and Biases Weights and Biases
================== ==================
To use `Weights and Biases <https://docs.wandb.ai/integrations/lightning/>`_ (wandb) first install the wandb package: To use `Weights and Biases <https://docs.wandb.ai/guides/integrations/lightning>`_ (wandb) first install the wandb package:
.. code-block:: bash .. code-block:: bash

View File

@ -48,7 +48,7 @@ _WANDB_AVAILABLE = RequirementCache("wandb>=0.12.10")
class WandbLogger(Logger): class WandbLogger(Logger):
r"""Log using `Weights and Biases <https://docs.wandb.ai/integrations/lightning>`_. r"""Log using `Weights and Biases <https://docs.wandb.ai/guides/integrations/lightning>`_.
**Installation and set-up** **Installation and set-up**
@ -253,7 +253,7 @@ class WandbLogger(Logger):
See Also: See Also:
- `Demo in Google Colab <http://wandb.me/lightning>`__ with hyperparameter search and model logging - `Demo in Google Colab <http://wandb.me/lightning>`__ with hyperparameter search and model logging
- `W&B Documentation <https://docs.wandb.ai/integrations/lightning>`__ - `W&B Documentation <https://docs.wandb.ai/guides/integrations/lightning>`__
Args: Args:
name: Display name for the run. name: Display name for the run.