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
ee436648
Commit
ee436648
authored
Jul 08, 2020
by
syiming
Browse files
Merge
parent
4267bf41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
research/object_detection/protos/faster_rcnn.proto
research/object_detection/protos/faster_rcnn.proto
+12
-0
No files found.
research/object_detection/protos/faster_rcnn.proto
View file @
ee436648
...
@@ -213,4 +213,16 @@ message FasterRcnnFeatureExtractor {
...
@@ -213,4 +213,16 @@ message FasterRcnnFeatureExtractor {
// When training with a relative large batch size (e.g. 8), it could be
// When training with a relative large batch size (e.g. 8), it could be
// desirable to enable batch norm update.
// desirable to enable batch norm update.
optional
bool
batch_norm_trainable
=
3
[
default
=
false
];
optional
bool
batch_norm_trainable
=
3
[
default
=
false
];
// Hyperparameters that affect the layers of feature extractor added on top
// of the base feature extractor.
optional
Hyperparams
conv_hyperparams
=
4
;
// if the value is set to true, the base feature extractor's hyperparams will
// be overridden with the `conv_hyperparams`.
optional
bool
override_base_feature_extractor_hyperparams
=
9
[
default
=
false
];
// Feature Pyramid Networks config.
optional
FeaturePyramidNetworks
fpn
=
10
;
}
}
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