Hi everyone! Does anyone know if it possible to change the DESCRIPTION entry in the INFO from inside the python script that initialises the ClearML task (ins...
3 years ago
that’s exactly what I was looking for, thanks a lot!
was expecting something likeclearml_task = Task.init( project_name=project_name, task_name=task_name, continue_last_task=False, description="Edit this here" )