Update config.pbtxt
This commit is contained in:
parent
ed338064c0
commit
68c6a1e079
10
config.pbtxt
10
config.pbtxt
@ -7,10 +7,17 @@ input [
|
||||
|
||||
{
|
||||
name: "images"
|
||||
optional: true
|
||||
optional: false
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 1, 3, 640, 640 ]
|
||||
|
||||
},
|
||||
{
|
||||
name: "text"
|
||||
optional: true
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 2 ]
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
@ -19,7 +26,6 @@ output [
|
||||
|
||||
{
|
||||
name: "output0"
|
||||
optional: true
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 1, 84, 8400 ]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user