clearml-docs/docs/guides/frameworks/pytorch/pytorch_matplotlib.md
pollfly e1b179ed54
Some checks failed
CI / build (push) Has been cancelled
Update links (#1041)
2025-02-13 13:21:35 +02:00

919 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 a task named pytorch with matplotlib example, in the examples 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 DEBUG SAMPLES.

image

Select a debug sample by metric.

image

Open the debug sample in the image viewer.

image