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
When I Upload And Publish Data To Clearml-Data, It Says Successful. Now When I Try To Get It Using Id, I Get The Following Error. Error: __Get_Tasks() Got Multiple Values For Keyword Argument 'Tags'. This Occurs Both In Cli And In Python.

When I upload and publish data to clearml-data, it says successful. Now when i try to get it using id, I get the following error. Error: __get_tasks() got multiple values for keyword argument 'tags'. This occurs both in cli and in python.

  
  
Posted 2 years ago
Votes Newest

Answers 3


VexedCat68 Hi 🙂

Please try with pip install clearml==1.1.4rc0

  
  
Posted 2 years ago

Hi VexedCat68 , this is a reported issue with ClearML SDK 1.1.3 - you can upgrade to the latest RC - 1.1.4rc0

  
  
Posted 2 years ago

Thank you.

  
  
Posted 2 years ago
567 Views
3 Answers
2 years ago
one year ago
Tags