Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 24, 2024
1 parent 49a30f7 commit 28791cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/librispeech/ASR/zipformer/optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def state_dict(self):
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,
Expand Down

0 comments on commit 28791cd

Please sign in to comment.