mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add TensorboardX example doc (#93)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: TensorBoardX
|
||||
title: TensorBoardX with PyTorch
|
||||
---
|
||||
|
||||
The [pytorch_tensorboardX.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorboardx/pytorch_tensorboardX.py)
|
||||
|
||||
18
docs/guides/frameworks/tensorboardx/video_tensorboardx.md
Normal file
18
docs/guides/frameworks/tensorboardx/video_tensorboardx.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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.
|
||||
|
||||
When the script runs, it creates an experiment named `pytorch with video tensorboardX`, which is associated with
|
||||
the `examples` project.
|
||||
|
||||
## Debug Samples
|
||||
|
||||
ClearML automatically captures the video data that is added to the `SummaryWriter` object, using the `add_video` method.
|
||||
The video appears in the experiment page in the ClearML web UI under **RESULTS > DEBUG SAMPLES**.
|
||||
|
||||

|
||||
|
||||
BIN
docs/img/examples_tensorboardx_debug.png
Normal file
BIN
docs/img/examples_tensorboardx_debug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user