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
b4d128f1
Commit
b4d128f1
authored
Apr 20, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 443158595
parent
5f6b0ca3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
official/vision/configs/experiments/retinanet/coco_spinenet49_mobile_tpu.yaml
...igs/experiments/retinanet/coco_spinenet49_mobile_tpu.yaml
+2
-1
official/vision/configs/experiments/retinanet/coco_spinenet49s_mobile_tpu.yaml
...gs/experiments/retinanet/coco_spinenet49s_mobile_tpu.yaml
+2
-1
official/vision/configs/experiments/retinanet/coco_spinenet49xs_mobile_tpu.yaml
...s/experiments/retinanet/coco_spinenet49xs_mobile_tpu.yaml
+2
-1
official/vision/modeling/backbones/spinenet_mobile.py
official/vision/modeling/backbones/spinenet_mobile.py
+1
-0
No files found.
official/vision/configs/experiments/retinanet/coco_spinenet49_mobile_tpu.yaml
View file @
b4d128f1
# --experiment_type=retinanet_mobile_coco
# --experiment_type=retinanet_mobile_coco
# COCO mAP: 27.6
runtime
:
runtime
:
distribution_strategy
:
'
tpu'
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
mixed_precision_dtype
:
'
bfloat16'
...
@@ -26,7 +27,7 @@ task:
...
@@ -26,7 +27,7 @@ task:
max_level
:
7
max_level
:
7
min_level
:
3
min_level
:
3
norm_activation
:
norm_activation
:
activation
:
'
swish'
activation
:
'
hard_
swish'
norm_epsilon
:
0.001
norm_epsilon
:
0.001
norm_momentum
:
0.99
norm_momentum
:
0.99
use_sync_bn
:
true
use_sync_bn
:
true
...
...
official/vision/configs/experiments/retinanet/coco_spinenet49s_mobile_tpu.yaml
View file @
b4d128f1
# --experiment_type=retinanet_mobile_coco
# --experiment_type=retinanet_mobile_coco
# COCO mAP: 23.5
runtime
:
runtime
:
distribution_strategy
:
'
tpu'
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
mixed_precision_dtype
:
'
bfloat16'
...
@@ -26,7 +27,7 @@ task:
...
@@ -26,7 +27,7 @@ task:
max_level
:
7
max_level
:
7
min_level
:
3
min_level
:
3
norm_activation
:
norm_activation
:
activation
:
'
swish'
activation
:
'
hard_
swish'
norm_epsilon
:
0.001
norm_epsilon
:
0.001
norm_momentum
:
0.99
norm_momentum
:
0.99
use_sync_bn
:
true
use_sync_bn
:
true
...
...
official/vision/configs/experiments/retinanet/coco_spinenet49xs_mobile_tpu.yaml
View file @
b4d128f1
# --experiment_type=retinanet_mobile_coco
# --experiment_type=retinanet_mobile_coco
# COCO mAP: 16.8
runtime
:
runtime
:
distribution_strategy
:
'
tpu'
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
mixed_precision_dtype
:
'
bfloat16'
...
@@ -26,7 +27,7 @@ task:
...
@@ -26,7 +27,7 @@ task:
max_level
:
7
max_level
:
7
min_level
:
3
min_level
:
3
norm_activation
:
norm_activation
:
activation
:
'
swish'
activation
:
'
hard_
swish'
norm_epsilon
:
0.001
norm_epsilon
:
0.001
norm_momentum
:
0.99
norm_momentum
:
0.99
use_sync_bn
:
true
use_sync_bn
:
true
...
...
official/vision/modeling/backbones/spinenet_mobile.py
View file @
b4d128f1
...
@@ -243,6 +243,7 @@ class SpineNetMobile(tf.keras.Model):
...
@@ -243,6 +243,7 @@ class SpineNetMobile(tf.keras.Model):
in_filters
=
in_filters
,
in_filters
=
in_filters
,
out_filters
=
out_filters
,
out_filters
=
out_filters
,
strides
=
strides
,
strides
=
strides
,
se_gating_activation
=
'hard_sigmoid'
,
se_ratio
=
se_ratio
,
se_ratio
=
se_ratio
,
expand_ratio
=
expand_ratio
,
expand_ratio
=
expand_ratio
,
stochastic_depth_drop_rate
=
stochastic_depth_drop_rate
,
stochastic_depth_drop_rate
=
stochastic_depth_drop_rate
,
...
...
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