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
Do You Know How To Pass Args To Python Script Through Clearml-Task Without --Args? Because I Am Using "Click" Library For Parsing Args And When I Write Clearml-Task --Script Main.Py --Args "Input_Path=/Home" I See That Clearml Launches That As "Running Ta


Hi @<1742355077231808512:profile|DisturbedLizard6> ,

Currently, only argparse arguments are supported for clearml-task , click is also support, but for now, with the python sdk.

  
  
Posted one day ago
2 Views
0 Answers
one day ago
21 hours ago