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
134
134
135
135
Weights and Biases
136
136
==================
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:
138
138
139
139
.. code-block :: bash
140
140
Original file line number Diff line number Diff line change 48
48
49
49
50
50
class 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>`_.
52
52
53
53
**Installation and set-up**
54
54
@@ -253,7 +253,7 @@ def any_lightning_module_function_or_hook(self):
253
253
254
254
See Also:
255
255
- `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>`__
257
257
258
258
Args:
259
259
name: Display name for the run.
You can’t perform that action at this time.
0 commit comments