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
96b7c3c9
Commit
96b7c3c9
authored
Jun 27, 2022
by
Fan Yang
Committed by
A. Unique TensorFlower
Jun 27, 2022
Browse files
Internal change
PiperOrigin-RevId: 457555606
parent
a0cd17e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
official/vision/configs/experiments/image_classification/imagenet_mobilenetv3small_tpu.yaml
...s/image_classification/imagenet_mobilenetv3small_tpu.yaml
+4
-4
No files found.
official/vision/configs/experiments/image_classification/imagenet_mobilenetv3small_tpu.yaml
View file @
96b7c3c9
# MobileNetV3Small ImageNet classification. 67.5% top-1 and 87.
6
% top-5 accuracy.
# MobileNetV3Small ImageNet classification. 67.5% top-1 and 87.
7
% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
...
...
@@ -34,7 +34,7 @@ task:
drop_remainder
:
false
trainer
:
train_steps
:
312000
# 1000 epochs
validation_steps
:
1
2
validation_steps
:
1
3
validation_interval
:
312
steps_per_loop
:
312
# NUM_EXAMPLES (1281167) // global_batch_size
summary_interval
:
312
...
...
@@ -49,7 +49,7 @@ trainer:
learning_rate
:
type
:
'
exponential'
exponential
:
initial_learning_rate
:
0.
01
initial_learning_rate
:
0.
426
# 0.02 * (batch_size / 192)
decay_steps
:
936
# 3 * steps_per_epoch
decay_rate
:
0.99
staircase
:
true
...
...
@@ -60,4 +60,4 @@ trainer:
type
:
'
linear'
linear
:
warmup_steps
:
1560
warmup_learning_rate
:
0.0
01
warmup_learning_rate
:
0.0
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