Unanswered
Sdk’S Dataset.Get And Dataset.Create Are Appending
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.
61 Views
0
Answers
5 months ago
5 months ago