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
Hi, I Currently Try To Set Up A Way To Do Hyperparameter Optimization On 2 Machines. My Plan Would Be To Set Up A Clearml Worker On Each Of Those 2 Machines, With A Schedule To Pull New Task At Certain Times. Since We Are Still A Small Team, Those Machin


Hi @<1826066729852211200:profile|DullSwallow71> , I would suggest looking at it from another perspective. Check machine availability and only then push a job into a queue. You can see all the related information to usage in the 'Workers' screen in the 'Orchestration' tab.

Then you can either push jobs manually according to usage or write your own service to sample usage and push jobs accordingly.

  
  
Posted 4 months ago
84 Views
0 Answers
4 months ago
4 months ago