ShinyLobster84 , sorry for the delay, had to look into it 🙂
Please try task.get_reported_scalars()
Yes, I meant to jupyter-notebook. For example, I can download an artifact from ClearML as a local copy using :preprocess_task = Task.get_task(task_id='preprocessing_task_id') local_csv = preprocess_task.artifacts['data'].get_local_copy()
and then I can load it again to my notebook.
Is there a similar code line for downloading also plots and scalars information that exist in the results ?
ShinyLobster84 , can you please elaborate? I'm guessing your jupyter notebook? How are you running it? Did you run the experiment from it?