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
3e73c76c
Commit
3e73c76c
authored
Jul 29, 2020
by
syiming
Browse files
change batchnorm trainable to true
parent
145ac875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
...dels/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
+4
-4
No files found.
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
View file @
3e73c76c
...
...
@@ -113,7 +113,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
resnet_v1_base_model_name
,
first_stage_features_stride
,
conv_hyperparams
,
batch_norm_trainable
=
Fals
e
,
batch_norm_trainable
=
Tru
e
,
pad_to_multiple
=
32
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
...
...
@@ -308,7 +308,7 @@ class FasterRCNNResnet50FpnKerasFeatureExtractor(
def
__init__
(
self
,
is_training
,
first_stage_features_stride
=
16
,
batch_norm_trainable
=
Fals
e
,
batch_norm_trainable
=
Tru
e
,
conv_hyperparams
=
None
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
...
...
@@ -348,7 +348,7 @@ class FasterRCNNResnet101FpnKerasFeatureExtractor(
def
__init__
(
self
,
is_training
,
first_stage_features_stride
=
16
,
batch_norm_trainable
=
Fals
e
,
batch_norm_trainable
=
Tru
e
,
conv_hyperparams
=
None
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
...
...
@@ -389,7 +389,7 @@ class FasterRCNNResnet152FpnKerasFeatureExtractor(
def
__init__
(
self
,
is_training
,
first_stage_features_stride
=
16
,
batch_norm_trainable
=
Fals
e
,
batch_norm_trainable
=
Tru
e
,
conv_hyperparams
=
None
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
...
...
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