I didn't call task.execute_remotely() so it didn't push the task to the workers
I have ClearML set up locally. The way to run the task is straightforward: I create the task with Task.init() at the very top of the file, do things (inference, save outputs, etc.), upload outputs with task.upload_artifact(), and then end the script with task.mark_completed().
Hi @<1523701266142728192:profile|DeterminedOwl36> , this should not happen - how are you running the tasks locally?