Skip to content

Commit

Permalink
Revert changes to config.pbtxt in Part1
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wawrzyński <[email protected]>
  • Loading branch information
Adam Wawrzyński committed Apr 17, 2023
1 parent 0d05dd5 commit f4b2408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Conceptual_Guide/Part_1-model_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,21 +181,21 @@ input [
{
name: "input_images:0"
data_type: TYPE_FP32
dims: [ -1, -1, 3 ]
dims: [ -1, -1, -1, 3 ]
}
]
output [
{
name: "feature_fusion/Conv_7/Sigmoid:0"
data_type: TYPE_FP32
dims: [ -1, -1, 1 ]
dims: [ -1, -1, -1, 1 ]
}
]
output [
{
name: "feature_fusion/concat_3:0"
data_type: TYPE_FP32
dims: [ -1, -1, 5 ]
dims: [ -1, -1, -1, 5 ]
}
]
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ input [
{
name: "input_images:0"
data_type: TYPE_FP32
dims: [ -1, -1, 3 ]
dims: [ -1, -1, -1, 3 ]
}
]
output [
{
name: "feature_fusion/Conv_7/Sigmoid:0"
data_type: TYPE_FP32
dims: [ -1, -1, 1 ]
dims: [ -1, -1, -1, 1 ]
}
]
output [
{
name: "feature_fusion/concat_3:0"
data_type: TYPE_FP32
dims: [ -1, -1, 5 ]
dims: [ -1, -1, -1, 5 ]
}
]

0 comments on commit f4b2408

Please sign in to comment.