Hi @<1846360397620187136:profile|DashingSealion19> , do you have a standalone code snippet that reproduces this behaviour?
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