Update config.pbtxt
This commit is contained in:
parent
9f9a1e12b9
commit
ca1721f183
17
config.pbtxt
17
config.pbtxt
@ -4,28 +4,11 @@ platform: "onnxruntime_onnx"
|
|||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
|
|
||||||
{
|
|
||||||
name: "images"
|
|
||||||
data_type: "TYPE_FP32"
|
|
||||||
dims: [ 1, 3, 640, 640 ]
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
output [
|
output [
|
||||||
|
|
||||||
{
|
|
||||||
name: "output0"
|
|
||||||
data_type: "TYPE_FP32"
|
|
||||||
dims: [ 1, 84, 8400 ]
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
instance_group [
|
instance_group [
|
||||||
{
|
{
|
||||||
kind: KIND_AUTO
|
kind: KIND_AUTO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user