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
Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

Where can I find a more extensive documentation of serving? I'm looking for
How to write pre + post processing callbacks for inference and statistics Manual registry of models

  
  
Posted 2 years ago
Votes Newest

Answers 9


WackyRabbit7 check out the examples, they contain pre/post processing code ( https://github.com/allegroai/clearml-serving/tree/main/examples ).
You can see the preprocess template here:
https://github.com/allegroai/clearml-serving/blob/main/clearml_serving/preprocess/preprocess_template.py

  
  
Posted 2 years ago

actually i was thinking about model that werent trained uaing clearml, like pretrained models etc

  
  
Posted 2 years ago

Hi WackyRabbit7 ,

Is this what you're looking for?
https://github.com/allegroai/clearml-serving

  
  
Posted 2 years ago

I was here, but I can't find info for the questions I mentioned

  
  
Posted 2 years ago

Yeah I see it too! I'll ask someone to take a look at it

  
  
Posted 2 years ago

WackyRabbit7 , in that case you can simply register the pretrained model in the system using the SDK 🙂

  
  
Posted 2 years ago

You specify a model that is already on the server, will that work?

  
  
Posted 2 years ago

the link to manual model registry doesn't work

  
  
Posted 2 years ago

Manual model registration?

  
  
Posted 2 years ago
584 Views
9 Answers
2 years ago
one year ago
Tags