Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a85c5b96
"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "be517e491c5c09a7bdd21293878f37c18e7a81f9"
Commit
a85c5b96
authored
Jul 26, 2020
by
syiming
Browse files
add pad_to_multiple
parent
ee436648
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
research/object_detection/protos/faster_rcnn.proto
research/object_detection/protos/faster_rcnn.proto
+7
-2
No files found.
research/object_detection/protos/faster_rcnn.proto
View file @
a85c5b96
...
@@ -220,9 +220,14 @@ message FasterRcnnFeatureExtractor {
...
@@ -220,9 +220,14 @@ message FasterRcnnFeatureExtractor {
// if the value is set to true, the base feature extractor's hyperparams will
// if the value is set to true, the base feature extractor's hyperparams will
// be overridden with the `conv_hyperparams`.
// be overridden with the `conv_hyperparams`.
optional
bool
override_base_feature_extractor_hyperparams
=
9
optional
bool
override_base_feature_extractor_hyperparams
=
5
[
default
=
false
];
[
default
=
false
];
// The nearest multiple to zero-pad the input height and width dimensions to.
// For example, if pad_to_multiple = 2, input dimensions are zero-padded
// until the resulting dimensions are even.
optional
int32
pad_to_multiple
=
6
[
default
=
32
];
// Feature Pyramid Networks config.
// Feature Pyramid Networks config.
optional
FeaturePyramidNetworks
fpn
=
10
;
optional
FeaturePyramidNetworks
fpn
=
7
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment