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, Is It Feasible To Run Hyperparameter Optimization While In Offline Mode? Specifically, Can I Perform Hyperparameter Optimization For An Offline Base Task On My Machine While Operating In Offline Mode?

Hi, is it feasible to run hyperparameter optimization while in offline mode? Specifically, can I perform hyperparameter optimization for an offline base task on my machine while operating in offline mode?

  
  
Posted 5 months ago
Votes Newest

Answers


Hi @<1562610699555835904:profile|VirtuousHedgehong97> , even when not taking the base task into account, HPO requires launching multiple experiments (with different parameters) and monitoring them - this is not possible in offline mode, where you only have a single task (context) running locally with no way to launch and/or monitor other tasks

  
  
Posted 5 months ago
286 Views
1 Answer
5 months ago
5 months ago
Tags