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
63665121
Commit
63665121
authored
Nov 06, 2020
by
Le Hou
Committed by
A. Unique TensorFlower
Nov 06, 2020
Browse files
Internal change
PiperOrigin-RevId: 341074795
parent
eef4e2dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/modeling/optimization/lr_schedule.py
official/modeling/optimization/lr_schedule.py
+1
-1
No files found.
official/modeling/optimization/lr_schedule.py
View file @
63665121
...
@@ -148,7 +148,7 @@ class PolynomialWarmUp(tf.keras.optimizers.schedules.LearningRateSchedule):
...
@@ -148,7 +148,7 @@ class PolynomialWarmUp(tf.keras.optimizers.schedules.LearningRateSchedule):
config
=
{
"after_warmup_lr_sched"
:
self
.
_after_warmup_lr_sched
}
# pytype: disable=attribute-error
config
=
{
"after_warmup_lr_sched"
:
self
.
_after_warmup_lr_sched
}
# pytype: disable=attribute-error
config
.
update
({
config
.
update
({
"warmup_steps"
:
self
.
_warmup_s
e
tps
,
"warmup_steps"
:
self
.
_warmup_st
e
ps
,
"power"
:
self
.
_power
,
"power"
:
self
.
_power
,
"name"
:
self
.
_name
"name"
:
self
.
_name
})
})
...
...
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