From 6270d2c9179357e8090f371e0eb5642db4c4f53c Mon Sep 17 00:00:00 2001 From: Jirka B Date: Fri, 12 Sep 2025 01:15:24 +0200 Subject: [PATCH 1/2] docs: drop broken link --- src/lightning/pytorch/loggers/wandb.py | 8 -------- 1 file changed, 8 deletions(-) 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"] From 31193d05e428374c967540ee431ac6ba0709bbac Mon Sep 17 00:00:00 2001 From: jirka Date: Fri, 12 Sep 2025 22:05:04 +0200 Subject: [PATCH 2/2] Empty-Commit