[Serving]Update yolov5 config.pbtxt (#938)

* Update config.pbtxt

* Update yolov5 serving config
This commit is contained in:
heliqi
2022-12-21 19:58:36 +08:00
committed by GitHub
parent f24bf9523e
commit c8c204f1c4
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ input [
# The output of the model is configured in the same format as the input
output [
{
name: "output"
name: "output0"
data_type: TYPE_FP32
dims: [ -1, -1 ]
}