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, May I Know How To Update The Preprocess.Py For Clearml Serving Through Command Line? Anyone Got Error When Trying Clearml Serving Pytorch Example? I Got Error Like Expected Shape For Input__0 Is [1 28 28], Got [1 784] When Doing Inference.

Hi guys, may I know how to update the preprocess.py for clearml serving through command line? Anyone got error when trying clearml serving pytorch example? I got error like expected shape for INPUT__0 is [1 28 28], got [1 784] when doing inference.

  
  
Posted one year ago
Votes Newest

Answers 2


Are you running it with docker?

  
  
Posted one year ago

Hi Bart, yes. Running with inference container.

  
  
Posted one year ago
690 Views
2 Answers
one year ago
one year ago
Tags