mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 22:48:40 +00:00
946 B
946 B
title |
---|
PyTorch with Matplotlib |
The pytorch_matplotlib.py example demonstrates the integration of ClearML into code that uses PyTorch and Matplotlib.
The example does the following:
- Creates an experiment named
pytorch with matplotlib example
, in theexamples
project. - The script calls Matplotlib methods to show images, each with a different title.
- ClearML automatically logs the images as debug samples.
Debug Samples
The images shown in the example script's imshow
function appear according to metric in RESULTS > DEBUG SAMPLES.
Select a debug sample by metric.
Open the debug sample in the image viewer.