Skip to content

Commit ac26342

Browse files
author
Adam Wawrzyński
committed
Revert changes to config.pbtxt in Part1
Signed-off-by: Adam Wawrzyński <[email protected]>
1 parent 0d05dd5 commit ac26342

File tree

1 file changed

+3
-3
lines changed
  • Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection

1 file changed

+3
-3
lines changed

Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection/config.pbtxt

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ input [
3131
{
3232
name: "input_images:0"
3333
data_type: TYPE_FP32
34-
dims: [ -1, -1, 3 ]
34+
dims: [ -1, -1, -1, 3 ]
3535
}
3636
]
3737
output [
3838
{
3939
name: "feature_fusion/Conv_7/Sigmoid:0"
4040
data_type: TYPE_FP32
41-
dims: [ -1, -1, 1 ]
41+
dims: [ -1, -1, -1, 1 ]
4242
}
4343
]
4444
output [
4545
{
4646
name: "feature_fusion/concat_3:0"
4747
data_type: TYPE_FP32
48-
dims: [ -1, -1, 5 ]
48+
dims: [ -1, -1, -1, 5 ]
4949
}
5050
]

0 commit comments

Comments
 (0)