Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

Hello there! After updating clearML server to the latest version I'm not able to download old datasets. I got an error No projects found when searching for SplitNet Data/.datasets/synthetic_kz_1line
It looks like new downloader adds to the project name a postfix /.datasets .
Attaching screenshots with old/new project names:
How can I download previously uploaded dataset with "old" names (without postfix)?

  
  
Posted one year ago
Votes Newest

Answers 5


Hi EcstaticMouse10 , what was your previous version?

Also, what if you try to specify id's instead of names?

  
  
Posted one year ago

Maybe SmugDolphin23 or AppetizingMouse58 might have some insight into this since behavior of Datasets changed in the last year I think

  
  
Posted one year ago

Hi EcstaticMouse10 ! Are you using the latest clearml sdk version? If not, can you please upgrade and tell us if you still have this issue?

  
  
Posted one year ago

I don't know exactly previous version, but we started use it approximately in March 2022.
We can download datasets via id's, but we need to specify names, because we have huge amount of them.
I tried to download them like this:
clearml_dataset = Dataset.get(dataset_project="SplitNet Data", dataset_name=dataset_name)

  
  
Posted one year ago

Also, how are you trying to download them?

  
  
Posted one year ago