Update config.pbtxt
This commit is contained in:
parent
28418c2c8c
commit
7b19019eef
@ -6,7 +6,7 @@ max_batch_size: 0
|
|||||||
input [
|
input [
|
||||||
{
|
{
|
||||||
name: "INPUT"
|
name: "INPUT"
|
||||||
data_type: TYPE_BYTES
|
data_type: TYPE_STRING
|
||||||
dims: [ 1 ]
|
dims: [ 1 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -14,7 +14,7 @@ input [
|
|||||||
output [
|
output [
|
||||||
{
|
{
|
||||||
name: "OUTPUT"
|
name: "OUTPUT"
|
||||||
data_type: TYPE_BYTES
|
data_type: TYPE_STRING
|
||||||
dims: [ 1 ]
|
dims: [ 1 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user