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
Hey There, I See That In The Autoscaler Configuration, The

Hey there, I see that in the autoscaler configuration, the queues param accept dictionaries with values of type list of lists (see eg below.) What does it means? which configuration is used when an experiment is queued in such queue? v100 or t4? random one? v100 with fallback on t4?
"queues": { "aws-v100": [ [ "v100", 10 ], [ "t4", 10 ] ] }

  
  
Posted 2 years ago
Votes Newest

Answers 3


TimelyPenguin76 That sounds amazing! will there be a fallback mechanism as well? often p3.2xlarge are on shortage, would be nice to define one resources req as first choice (eg. p3.2xlarge) -> if not available -> use another resources req (eg. g4dn)

  
  
Posted 2 years ago

exactly

  
  
Posted 2 years ago

Hi JitteryCoyote63 ,

v100 will be used, in the coming feature we will have priorities too, will keep you updated about it

  
  
Posted 2 years ago
638 Views
3 Answers
2 years ago
one year ago
Tags