手动Matplotlib报告
matplotlib_manual_reporting.py 示例展示了如何使用ClearML记录由Matplotlib和Seaborn生成的图表和图像。
图表
使用Logger.report_matplotlib_figure()
报告的Matplotlib和Seaborn图表会出现在实验的图表部分。
调试示例
Matplotlib 图形可以通过使用 Logger.report_matplotlib_figure()
并传递 report_image=True
记录为图像。这些图像会显示在实验的 DEBUG SAMPLES 中。