Unanswered
Hi, I’M Trying To Create A Dataset On Clearml Server From My Aws S3 Bucket Via:
suppose I have an S3 bucket where my data is stored and I wish to transfer it to ClearML file server.
Then you first have to download the entire bucket locally, then register the local copy.
Basically:
StorageManager.download_folder("
", "/target/folder")
# now register the local "/target/folder" with Dataset.add_files
184 Views
0
Answers
one year ago
one year ago