Edits and add image links to integration pages

This commit is contained in:
revital
2025-03-09 08:16:24 +02:00
parent a75beafa31
commit 1cb01bd344
13 changed files with 20 additions and 10 deletions

View File

@@ -22,7 +22,8 @@ uncommitted code, Python environment, your TensorboardX metrics, plots, images,
View the TensorboardX outputs in the [WebApp](../webapp/webapp_overview.md), in the task's page.
![TensorboardX WebApp scalars](../img/examples_pytorch_tensorboardx_03.png)
![TensorboardX WebApp scalars](../img/examples_pytorch_tensorboardx_03.png#light-mode-only)
![TensorboardX WebApp scalars](../img/examples_pytorch_tensorboardx_03_dark.png#dark-mode-only)
## Automatic Logging Control
By default, when ClearML is integrated into your script, it captures all of your TensorboardX plots, images, metrics, videos, and text.