Skip to content

Commit 6270d2c

Browse files
committed
docs: drop broken link
1 parent bd1f3fd commit 6270d2c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lightning/pytorch/loggers/wandb.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,6 @@ def __init__(self, *args, **kwarg):
208208
More arguments can be passed for logging segmentation masks and bounding boxes. Refer to
209209
`Image Overlays documentation <https://docs.wandb.ai/guides/track/log/media#image-overlays>`_.
210210
211-
**Log Tables**
212-
213-
`W&B Tables <https://docs.wandb.ai/guides/tables/visualize-tables>`_ can be used to log,
214-
query and analyze tabular data.
215-
216-
They support any type of media (text, image, video, audio, molecule, html, etc) and are great for storing,
217-
understanding and sharing any form of data, from datasets to model predictions.
218-
219211
.. code-block:: python
220212
221213
columns = ["caption", "image", "sound"]

0 commit comments

Comments
 (0)