fix a typo

This commit is contained in:
Fangjun Kuang 2024-10-24 17:50:41 +08:00
parent 49a30f768d
commit 28791cd443

View File

@ -787,7 +787,7 @@ class LRScheduler(object):
is not the optimizer.
"""
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.
# "base_lrs": self.base_lrs,
"epoch": self.epoch,