CurvedHedgehog15 is it plots or scalars you are after ?
Hi CurvedHedgehog15 , see here: https://clearml.slack.com/archives/CTK20V944/p1638365583197800?thread_ts=1638349542.192000&cid=CTK20V944
If this is the case then the easiest is:from clearml.backend_api.session.client import APIClient client = APIClient() res = client.events.get_task_plots(task="<task-id>")
We should defiantly have a nice interface 🙂
SuccessfulKoala55 AgitatedDove14 Perfect, you are both awesome, I will try. Thanks 🙂