From 28791cd443e8af35ff5c42117d87c668508fa5b6 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 24 Oct 2024 17:50:41 +0800 Subject: [PATCH] fix a typo --- egs/librispeech/ASR/zipformer/optim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/zipformer/optim.py b/egs/librispeech/ASR/zipformer/optim.py index f99b4e31f..8434fab13 100644 --- a/egs/librispeech/ASR/zipformer/optim.py +++ b/egs/librispeech/ASR/zipformer/optim.py @@ -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,