Hi @<1673863788857659392:profile|HomelyRabbit25> , the Dataset
object should have artifacts and those should have a url
attribute. I'd suggest poking around there!
Answered
Hi!! I Have A Question, I Have A Dataset Saved In S3 Using Clearml, Is There A Way Of Getting The Full Path Of This Dataset In S3?? Something Like
hi!! I have a question, I have a dataset saved in s3 using clearml, is there a way of getting the full path of this dataset in s3?? something like
import clearml
ds = clearml.Dataset.get(
dataset_project="testproject",
dataset_name="mydataset",
dataset_tags=None,
only_completed=True,
only_published=True
)
ds.get_full_path()
and return something like
that includes files like
/artifacts/data_033/dataset.b1c184ay031646aj97da9ve0ba326064._j7zcj8c.zip
86 Views
1
Answer
one month ago
one month ago
Tags
Similar posts