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
ee7286e3
Commit
ee7286e3
authored
Oct 23, 2020
by
The-Indian-Chinna
Browse files
Update to YAML File
parent
7c34eac7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
official/vision/beta/projects/yolo/configs/experiments/darknet53.yaml
...ion/beta/projects/yolo/configs/experiments/darknet53.yaml
+9
-9
No files found.
official/vision/beta/projects/yolo/configs/experiments/darknet53.yaml
View file @
ee7286e3
...
@@ -18,7 +18,7 @@ task:
...
@@ -18,7 +18,7 @@ task:
tfds_split
:
'
test'
tfds_split
:
'
test'
tfds_download
:
True
tfds_download
:
True
is_training
:
True
is_training
:
True
global_batch_size
:
2
global_batch_size
:
128
dtype
:
'
float16'
dtype
:
'
float16'
validation_data
:
validation_data
:
tfds_name
:
'
imagenet_a'
tfds_name
:
'
imagenet_a'
...
@@ -29,12 +29,12 @@ task:
...
@@ -29,12 +29,12 @@ task:
dtype
:
'
float16'
dtype
:
'
float16'
drop_remainder
:
False
drop_remainder
:
False
trainer
:
trainer
:
train_steps
:
512
00000
# in the paper
train_steps
:
8
00000
# in the paper
validation_steps
:
256
00
# size of validation data
validation_steps
:
4
00
# size of validation data
validation_interval
:
1
5
0
validation_interval
:
1
000
0
steps_per_loop
:
1
5
0
steps_per_loop
:
1
000
0
summary_interval
:
1
5
0
summary_interval
:
1
000
0
checkpoint_interval
:
1
5
0
checkpoint_interval
:
1
000
0
optimizer_config
:
optimizer_config
:
optimizer
:
optimizer
:
type
:
'
sgd'
type
:
'
sgd'
...
@@ -46,8 +46,8 @@ trainer:
...
@@ -46,8 +46,8 @@ trainer:
initial_learning_rate
:
0.1
initial_learning_rate
:
0.1
end_learning_rate
:
0.0001
end_learning_rate
:
0.0001
power
:
4.0
power
:
4.0
decay_steps
:
51136
000
decay_steps
:
799
000
warmup
:
warmup
:
type
:
'
linear'
type
:
'
linear'
linear
:
linear
:
warmup_steps
:
64
000
#learning rate rises from 0 to 0.1 over 1000 steps
warmup_steps
:
1
000
#learning rate rises from 0 to 0.1 over 1000 steps
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