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
Unanswered
Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error


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
96 Views
0 Answers
one year ago
one year ago