diff --git a/config.pbtxt b/config.pbtxt index a6e9e10..1414122 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -7,7 +7,15 @@ input [ { name: "input@@" data_type: TYPE_STRING - dims: [ -1 ] + dims: [ -1, 1.5 ] + }, + { + name: "asdfad" + data_type: TYPE_STRING + dims: [ 5.5 ] + reshape { + shape: [ ] + } } ]