mirror of
https://github.com/clearml/clearml
synced 2025-05-09 15:10:38 +00:00
edit
This commit is contained in:
parent
61dba98d05
commit
f0cec1e7c8
@ -467,7 +467,7 @@ class Dataset(object):
|
||||
e.g: for source_url='s3://bucket/remote_folder/image.jpg' and dataset_path='s3_files',
|
||||
'image.jpg' will be downloaded to 's3_files/image.jpg' (relative path to the dataset).
|
||||
For source_url=['s3://bucket/remote_folder/image.jpg', 's3://bucket/remote_folder/image2.jpg'] and
|
||||
dataset_path=['s3_files', s3_files_2], 'image.jpg' will be downloaded to 's3_files/image.jpg' and
|
||||
dataset_path=['s3_files', 's3_files_2'], 'image.jpg' will be downloaded to 's3_files/image.jpg' and
|
||||
'image2.jpg' will be downloaded to 's3_files_2/image2.jpg' (relative path to the dataset).
|
||||
:param recursive: If True, match all wildcard files recursively
|
||||
:param verbose: If True, print to console files added/modified
|
||||
|
Loading…
Reference in New Issue
Block a user