Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/lightning/pytorch/loggers/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,6 @@ def __init__(self, *args, **kwarg):
More arguments can be passed for logging segmentation masks and bounding boxes. Refer to
`Image Overlays documentation <https://docs.wandb.ai/guides/track/log/media#image-overlays>`_.

**Log Tables**

`W&B Tables <https://docs.wandb.ai/guides/tables/visualize-tables>`_ can be used to log,
query and analyze tabular data.

They support any type of media (text, image, video, audio, molecule, html, etc) and are great for storing,
understanding and sharing any form of data, from datasets to model predictions.

.. code-block:: python

columns = ["caption", "image", "sound"]
Expand Down
Loading