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
Currently, I Start My Clearml Queues Like This From The Command Shell. Is There A More Elegant Way To Do This/ Like Running It In Perpetuity ?

Currently, I start my clearml queues like this from the command shell. Is there a more elegant way to do this/ Like running it in perpetuity ?
python clearml-agent/examples/k8s_glue_example.py --overrides-yaml override.yaml --queue gpu_glue_q

  
  
Posted 3 years ago
Votes Newest

Answers


Hi DeliciousBluewhale87
I think we had a docker that does exactly that, and then you would spin the docker as a k8s service , is this what you are referring to?

  
  
Posted 3 years ago
563 Views
1 Answer
3 years ago
one year ago
Tags