Hi @<1691258549901987840:profile|PoisedDove36> , not sure I understand. Can you please elaborate with screenshots maybe?
Hi John,
I am able to get the dataset using the dataset-id but not using dataset-name and project
- I upgraded ClearML from 1.0 to 1.5. I’ve followed the guide to setFeatureCompatibilityVersion during the upgrade
- The difference between 1.0 and 1.5 seems to be that datasets, when they’re created go into a special
project-1/.datasets/{dataset-name}
project. In 1.5, we were just storing it directly in theproject-1
project. - Now, because of this when I try to read a dataset using the SDK and provide project name as
project-1
and dataset name asxyz
it’s trying to get that fromproject-1/.datasets/xyz
instead ofproject-1
where the dataset actually is.
I’ve resorted to calling list_datasets and then getting the id and calling get
by id
I see. In this case you might need to re-register your datasets