Unanswered
Hi.
I'M Running This Little Pipeline:
I found that instead of returning some_returned_url
(which triggers zipping and saving of the filed under that url), I can wrap it in a dict: {"the url": some_returned_url}
which then lets me pass back the url to the pipeline and only that dict gets uploaded (e.g. {'run_datasets_path': Path('/data/my_datasets_path/run_id_1')}
) I can divert all files that I do want uploaded and tracked by clearml to gs://
by adding at start of task-fuction: Logger.current_logger().set_default_upload_destination("
")
Is there a way to set the default upload destination for all tasks in my ~/clearml.conf
?
158 Views
0
Answers
2 years ago
one year ago