Hmmm, my only issue there is that not all of my "artefacts" are clearml artefacts.
The files I need are models and other locally modified files that get generated by the clearml task on remote
EnthusiasticShrimp49 , now that I have run the task on remote, can I copy the artefacts/files it creates back to my local fs?
Lets say the artefacts are something likeartefacts = [checkpoint.pth, dvc.lock, some_other_dynamically_generated_file]
Would I also be able to change the task name from within the subprocess?
To copy the artifacts please refer to docs here: None
Hey PerplexedRaccoon19 , yes it does. Take a look at this example, and let me know if there are any more questions: None
I do change the task and the project name, the task name change works fine but the project name change silently fails
Thanks! so it seems like the key is the Task.connect
and bubble up params to original task, correct?
Yes, you can do that. But it may make it harder to identify the task later on