get urls of shards (tar files) for multiple datasets in one s3 bucket
(
names=[], # list of all valid [LAION AudioDataset] dataset names
# list of subsets you want from those datasets, e.g. ['train','valid']
subsets=[''],
s3_url_prefix=None, # prefix for those dataset names
recursive=True, # recursively list all tar files in all subdirs
filter_str='tar', # only grab files with this substring
# print debugging info -- note: info displayed likely to change at dev's whims
debug=False,
profiles={}, # dictionary of profiles for each item in names, e.g. {'dataset1': 'profile1', 'dataset2': 'profile2'}
)
source not stored for this graph (policy: none)
no test coverage detected