correct on both.
notice that with upload
you can specify any storage (S3/GS/Azure atc)
Thanks! I am fascinated by what you guys offer with clearml 🙂
I can't seem to find documentation on clearml-data
except this: https://github.com/allegroai/clearml/blob/master/docs/datasets.md
Is there more somewhere?
Do I understand correctly that clearml-data upload --id <dataset_id>
will upload my data to the clearml-server and dataset_folder = Dataset.get(dataset_id=args.dataset).get_local_copy()
will return a path to a local copy (e.g. a copy on a clearml-agent)?
correct on both.
notice that with upload
you can specify any storage (S3/GS/Azure atc)
Thanks! I am fascinated by what you guys offer with clearml 🙂