mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 22:48:40 +00:00
749 B
749 B
title |
---|
TensorBoardX Video |
The moveiepy_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.