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
Profile picture
DullSwallow71
Moderator
1 Question, 2 Answers
  Active since 24 April 2025
  Last activity 4 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
463 Views
0 Votes 4 Answers 463 Views
4 months ago
0 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

Thanks @<1523701070390366208:profile|CostlyOstrich36> for your suggestion. However I would like to automate this as much as possible and let it run outside of my working, so checking it manually would be my least favorite option.
The idea behind this would be to use the "downtime" of our machines to check for better hyperparameters, but because this hasn't the highest priority we would not kill any other process just for this.

4 months ago