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 ac26342
Showing 1 changed file with 3 additions and 3 deletions.
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 ac26342

Please sign in to comment.