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
Unanswered
Hi, Our Research Team Uses Both


CostlyOstrich36
Great to hear that!

In short, we hope ClearML server can act as the bridge to connect local servers and Cloud infrastructure. (Local servers for development and Cloud for deployment and monitoring.)

For example,

  • We want to deploy ClearML somewhere on the Internet.
  • Then use this service to track experiments, orchestrate workflow, etc. in our local servers.
  • After finished experiments, we get returned artifacts and save them somewhere, local disk or cloud for instance.
  • Finally, we will want to use ClearML to deploy our whole training pipeline to the cloud environment and do monitoring, and continue the loop of automatically retraining the already deployed model on Cloud, based on the monitoring results or a fixed schedule.
  
  
Posted 2 years ago
82 Views
0 Answers
2 years ago
one year ago