diff --git a/src/lightning/pytorch/loggers/wandb.py b/src/lightning/pytorch/loggers/wandb.py index 37ca362fa40c1..9bdc6b5a23d79 100644 --- a/src/lightning/pytorch/loggers/wandb.py +++ b/src/lightning/pytorch/loggers/wandb.py @@ -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 `_. - **Log Tables** - - `W&B 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"]