Hi, I found nothing on documentation yet on this. How does things determined to show on Debug Samples vs Plots tabs? I'm using logger.report_image method as ...
2 months ago
Hi, it seems that I found the root cause.
I'm using matplotlib figures to create a static PNG, and I want to upload it as Image.
But the ClearML tasks has automatically upload all matplotlib figures.
So what I got is both Figure and Image is uploaded to ClearML.
Added auto_connect_frameworks=False
to Task.init method to prevent this