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 Guys, I'M Loving Clearml So Far Now We Can Quickly Train And Deploy Customer Models

Hi guys, I'm loving ClearML so far now we can quickly train and deploy customer models 🚀 however, when prototyping models in a .py file it's quite annoying having to wait a few seconds for the task connect. Is it possible to open up a websocket using the CLI that is reused via any tasks?

  
  
Posted 2 years ago
Votes Newest

Answers 3


image

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

RobustRat47 , you can optimize the connection process by using auto_connect_frameworks to select the frameworks you're using. That can speed up the process

  
  
Posted 2 years ago
602 Views
3 Answers
2 years ago
one month ago
Tags