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
Profile picture
MiniatureDragonfly17
Moderator
2 Questions, 2 Answers
  Active since 22 July 2023
  Last activity 9 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
1 Answers
511 Views
0 Votes 1 Answers 511 Views
9 months ago
0 Votes
5 Answers
438 Views
0 Votes 5 Answers 438 Views
When I tried to create a ClearML Serving inference endpoint for YOLOv8, I received the following error: Error: Triton engine requires input description - mis...
9 months ago
0 When I Tried To Create A Clearml Serving Inference Endpoint For Yolov8, I Received The Following Error:

@<1523701205467926528:profile|AgitatedDove14> Thanks for the reply. However, I am not sure what values I should specify for the input and output layers for YOLOv8.

If I load the model into Netron, I don't see any dimensions for the input layer shape.

On the output layer, I can see the shape is [136, 64, 80, 80] . Is that correct?
image

9 months ago
0 When I Tried To Create A Clearml Serving Inference Endpoint For Yolov8, I Received The Following Error:

What do you mean convert it to Torchscript? @<1523701205467926528:profile|AgitatedDove14>

9 months ago