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
Does

does clearml-serving somehow cache the preprocess and postprocess functions? like after I call the endpoint once, it won't "rerun" the instructions in these functions in subsequent calls to the model endpoint?

  
  
Posted one year ago
Votes Newest

Answers 5


where should I look for this folder?
I am talking about serving

  
  
Posted one year ago

{"detail":"Error processing request: [Errno 2] No such file or directory: '~/.clearml'"}

  
  
Posted one year ago

Hi CostlyOstrich36
I added this instruction at the very end of my postprocess function
shutil.rmtree("~/.clearml")

  
  
Posted one year ago

nevermind! I have figured out my issue

  
  
Posted one year ago

Hi ElegantCoyote26 ,

What happens if you delete ~/.clearml (This is the default cache for ClearML) and rerun?

  
  
Posted one year ago
527 Views
5 Answers
one year ago
one year ago
Tags