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
5d7d327e
Unverified
Commit
5d7d327e
authored
Mar 20, 2022
by
srihari-humbarwadi
Browse files
disable learning rate warmup
parent
5893d611
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
...ta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
+1
-1
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
View file @
5d7d327e
...
@@ -297,7 +297,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -297,7 +297,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
'warmup'
:
{
'warmup'
:
{
'type'
:
'linear'
,
'type'
:
'linear'
,
'linear'
:
{
'linear'
:
{
'warmup_steps'
:
4
*
steps_per_epoch
,
'warmup_steps'
:
0
,
'warmup_learning_rate'
:
0
'warmup_learning_rate'
:
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