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
Hi! I'M Trying Clearml 1.1.3. I'M Trying To Get A Dataset With

Hi! I'm trying clearml 1.1.3. I'm trying to get a dataset with Dataset.get(dataset_id='my_id') . I get this error message:
TypeError: clearml.task.Task.__get_tasks() got multiple values for keyword argument 'tags'I've also tried passing tags using the dataset_tags argument, it's no different.
Any idea what is going wrong here? Thank you!

  
  
Posted 2 years ago
Votes Newest

Answers 3


It's working now for me with 1.1.4rc0 as well, thank you!

  
  
Posted 2 years ago

Oh yes! I should have checked the last messages before posting. Thank you for pointing me to it! I will try the fix.

  
  
Posted 2 years ago