clearml-docs/docs/guides/frameworks/tensorboardx/video_tensorboardx.md

19 lines
676 B
Markdown
Raw Normal View History

2021-10-21 09:22:42 +00:00
---
title: TensorBoardX Video
---
The [moveiepy_tensorboardx.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorboardx/moviepy_tensorboardx.py)
example demonstrates the integration of ClearML into code, which creates a TensorBoardX `SummaryWriter` object to log
video data.
2025-02-06 15:31:11 +00:00
When the script runs, it creates a task named `pytorch with video tensorboardX` in
2021-10-21 09:22:42 +00:00
the `examples` project.
## Debug Samples
ClearML automatically captures the video data that is added to the `SummaryWriter` object, using the `add_video` method.
2025-02-06 15:31:11 +00:00
The video appears in the task's **DEBUG SAMPLES** tab.
2021-10-21 09:22:42 +00:00
![Debug Samples](../../../img/examples_tensorboardx_debug.png)