From 70f188b95c8635d69ec9ef72a10464b42b7e2849 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:52:33 +0200 Subject: [PATCH] docs: fix broken links to W&B (#20298) --- docs/source-pytorch/visualize/supported_exp_managers.rst | 2 +- src/lightning/pytorch/loggers/wandb.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source-pytorch/visualize/supported_exp_managers.rst b/docs/source-pytorch/visualize/supported_exp_managers.rst index 42a0e6c9a8..e26514e974 100644 --- a/docs/source-pytorch/visualize/supported_exp_managers.rst +++ b/docs/source-pytorch/visualize/supported_exp_managers.rst @@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB Weights and Biases ================== -To use `Weights and Biases `_ (wandb) first install the wandb package: +To use `Weights and Biases `_ (wandb) first install the wandb package: .. code-block:: bash diff --git a/src/lightning/pytorch/loggers/wandb.py b/src/lightning/pytorch/loggers/wandb.py index c5d995bff3..20f8d02a7a 100644 --- a/src/lightning/pytorch/loggers/wandb.py +++ b/src/lightning/pytorch/loggers/wandb.py @@ -48,7 +48,7 @@ _WANDB_AVAILABLE = RequirementCache("wandb>=0.12.10") class WandbLogger(Logger): - r"""Log using `Weights and Biases `_. + r"""Log using `Weights and Biases `_. **Installation and set-up** @@ -253,7 +253,7 @@ class WandbLogger(Logger): See Also: - `Demo in Google Colab `__ with hyperparameter search and model logging - - `W&B Documentation `__ + - `W&B Documentation `__ Args: name: Display name for the run.