Update config.pbtxt
This commit is contained in:
parent
259bdec869
commit
ded4a29feb
@ -7,6 +7,13 @@ max_batch_size: 0
|
|||||||
# input of variable length named 'text_input'
|
# input of variable length named 'text_input'
|
||||||
input [
|
input [
|
||||||
|
|
||||||
|
{
|
||||||
|
name: "text_input"
|
||||||
|
data_type: TYPE_STRING
|
||||||
|
dims: [ "-1" ]
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user