docs: fix broken links to W&B (#20298)
This commit is contained in:
parent
d1ca3c6e09
commit
70f188b95c
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue