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 All, Is It Possible To Pass Hydra Args Via The

Hi all, is it possible to pass Hydra args via the clearml-task CLI? Using --args doesn't seem to work as it should with Hydra - they do appear as args but are not appearing in the Hydra config

  
  
Posted 3 days ago
Votes Newest

Answers 3


Added a feature request here: None

  
  
Posted 2 days ago

Hi @<1724960464275771392:profile|DepravedBee82> , I believe this is currently not supported. I would suggest opening a GitHub feature request for this 🙂

  
  
Posted 2 days ago