Skip to content

Commit f4b2408

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 f4b2408

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Conceptual_Guide/Part_1-model_deployment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,21 +181,21 @@ input [
181181
{
182182
name: "input_images:0"
183183
data_type: TYPE_FP32
184-
dims: [ -1, -1, 3 ]
184+
dims: [ -1, -1, -1, 3 ]
185185
}
186186
]
187187
output [
188188
{
189189
name: "feature_fusion/Conv_7/Sigmoid:0"
190190
data_type: TYPE_FP32
191-
dims: [ -1, -1, 1 ]
191+
dims: [ -1, -1, -1, 1 ]
192192
}
193193
]
194194
output [
195195
{
196196
name: "feature_fusion/concat_3:0"
197197
data_type: TYPE_FP32
198-
dims: [ -1, -1, 5 ]
198+
dims: [ -1, -1, -1, 5 ]
199199
}
200200
]
201201
```

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

Lines changed: 3 additions & 3 deletions
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)