mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
fix a typo
This commit is contained in:
parent
49a30f768d
commit
28791cd443
@ -787,7 +787,7 @@ class LRScheduler(object):
|
|||||||
is not the optimizer.
|
is not the optimizer.
|
||||||
"""
|
"""
|
||||||
return {
|
return {
|
||||||
# the use might try to override the base_lr, so don't include this in the state.
|
# the user might try to override the base_lr, so don't include this in the state.
|
||||||
# previously they were included.
|
# previously they were included.
|
||||||
# "base_lrs": self.base_lrs,
|
# "base_lrs": self.base_lrs,
|
||||||
"epoch": self.epoch,
|
"epoch": self.epoch,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user