Unanswered
Hi!
Trying To Create A Dataset (We’Re Running It On An On-Prem Clearml Server), I Run The Following Command:
Well, I couldn’t find where to add the output_uri
.
I tried now the following:
` import clearml
local_path='<some-local-path>'
s3_path = 's3://<some-bucket-path>'
dataset = clearml.Dataset.create(dataset_project='project_name', dataset_name='trial_01')
dataset.add_files(path=local_path, dataset_path=s3_path) `but I don’t see the files on the s3 bucket.
I also tried this:dataset.sync_folder(local_path=local_path, dataset_path=s3_path)
and still no success. It seems like it uploading the files to the clearml server:>> dataset.get_default_storage() '
'
It would be great if you could help me understand how to direct the dataset to upload the files to the s3_path.
179 Views
0
Answers
3 years ago
one year ago