Hi all, quick question about ClearML Datasets. Does anyone know if it is possible to access (could just be paths to the data in a bucket) a dataset directly ...
7 months ago
Or even better, get a list of the paths to the data locations on S3 (captured within a tracked dataset) which I can pull through boto3 etc
Thank you for the quick response! StorageManager might help… I think what I actually need is a way to get the data in mini batches, instead of caching the entire dataset with get_local_copy(). Bc, yes, I will have to download the data anyway for training