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
Thanks! so it seems like the key is the Task.connect
and bubble up params to original task, correct?
I do change the task and the project name, the task name change works fine but the project name change silently fails
Yes, you can do that. But it may make it harder to identify the task later on
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 @<1535069219354316800:profile|PerplexedRaccoon19> , yes it does. Take a look at this example, and let me know if there are any more questions: None
@<1537605940121964544:profile|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]