Unanswered
Hi Guys,
I Have Data ( For Folder Tree Image Classification) And We Stored That On S3 Bucket Minio
Can I Register Dataset To Clearml Without Downloading (Using Storage Manager) Data On S3 Bucket To My Local Then Upload To Clearml?
you can register the links only (no need to download and upload),clearml-data add --links
from CLI, or add_external_files
from code:
dataset.add_external_files(source_url="
")
309 Views
0
Answers
2 years ago
2 years ago
Tags