File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Conceptual_Guide/Part_1-model_deployment
model_repository/text_detection Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -181,21 +181,21 @@ input [
181
181
{
182
182
name: "input_images:0"
183
183
data_type: TYPE_FP32
184
- dims: [ -1, -1, 3 ]
184
+ dims: [ -1, -1, -1, 3 ]
185
185
}
186
186
]
187
187
output [
188
188
{
189
189
name: "feature_fusion/Conv_7/Sigmoid:0"
190
190
data_type: TYPE_FP32
191
- dims: [ -1, -1, 1 ]
191
+ dims: [ -1, -1, -1, 1 ]
192
192
}
193
193
]
194
194
output [
195
195
{
196
196
name: "feature_fusion/concat_3:0"
197
197
data_type: TYPE_FP32
198
- dims: [ -1, -1, 5 ]
198
+ dims: [ -1, -1, -1, 5 ]
199
199
}
200
200
]
201
201
```
Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ input [
31
31
{
32
32
name: " input_images:0"
33
33
data_type: TYPE_FP32
34
- dims: [ -1 , -1 , 3 ]
34
+ dims: [ -1 , -1 , -1 , 3 ]
35
35
}
36
36
]
37
37
output [
38
38
{
39
39
name: " feature_fusion/Conv_7/Sigmoid:0"
40
40
data_type: TYPE_FP32
41
- dims: [ -1 , -1 , 1 ]
41
+ dims: [ -1 , -1 , -1 , 1 ]
42
42
}
43
43
]
44
44
output [
45
45
{
46
46
name: " feature_fusion/concat_3:0"
47
47
data_type: TYPE_FP32
48
- dims: [ -1 , -1 , 5 ]
48
+ dims: [ -1 , -1 , -1 , 5 ]
49
49
}
50
50
]
You can’t perform that action at this time.
0 commit comments