File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/source-pytorch/visualize
src/lightning/pytorch/loggers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB
134134
135135Weights and Biases
136136==================
137- To use `Weights and Biases <https://docs.wandb.ai/integrations/lightning/ >`_ (wandb) first install the wandb package:
137+ To use `Weights and Biases <https://docs.wandb.ai/guides/ integrations/lightning >`_ (wandb) first install the wandb package:
138138
139139.. code-block :: bash
140140
Original file line number Diff line number Diff line change 4848
4949
5050class WandbLogger (Logger ):
51- r"""Log using `Weights and Biases <https://docs.wandb.ai/integrations/lightning>`_.
51+ r"""Log using `Weights and Biases <https://docs.wandb.ai/guides/ integrations/lightning>`_.
5252
5353 **Installation and set-up**
5454
@@ -253,7 +253,7 @@ def any_lightning_module_function_or_hook(self):
253253
254254 See Also:
255255 - `Demo in Google Colab <http://wandb.me/lightning>`__ with hyperparameter search and model logging
256- - `W&B Documentation <https://docs.wandb.ai/integrations/lightning>`__
256+ - `W&B Documentation <https://docs.wandb.ai/guides/ integrations/lightning>`__
257257
258258 Args:
259259 name: Display name for the run.
You can’t perform that action at this time.
0 commit comments