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 Everyone, I'M Using Clearml Pipeline, I Have A Pre-Processing Step Which I Would Like To Use There Small Instance, And Processing Step Which Executed On A Gpu Queue. The Initialisation Time Of The Gpu Instance Is Very Long. Is There A Way To Configure

Hey everyone, I'm using ClearML Pipeline, I have a pre-processing step which I would like to use there small instance, and processing step which executed on a GPU queue.
The initialisation time of the GPU instance is very long. Is there a way to configure ClearML to launch him during the pre-processing step?

  
  
Posted 4 months ago
Votes Newest

Answers


You can set a dummy step which is executed in parallel of your pre-processing step and which is set to be executed in your GPU queue, provided that your autoscaler doesn't scale back your compute before your pre-processing is complete that should do the trick

  
  
Posted 4 months ago
262 Views
1 Answer
4 months ago
4 months ago
Tags