Update config.pbtxt
This commit is contained in:
parent
f51d0e17a4
commit
4c90b11368
@ -10,7 +10,7 @@ input [
|
|||||||
name: "images"
|
name: "images"
|
||||||
data_type: TYPE_FP32
|
data_type: TYPE_FP32
|
||||||
dims: [1, 3, 640, 640]
|
dims: [1, 3, 640, 640]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
# Triton should expect to respond with a single string
|
# Triton should expect to respond with a single string
|
||||||
@ -20,7 +20,7 @@ output [
|
|||||||
name: "output0"
|
name: "output0"
|
||||||
data_type: TYPE_FP32
|
data_type: TYPE_FP32
|
||||||
dims: [1, 84, 8400]
|
dims: [1, 84, 8400]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user