From 977d41269089c5f25d5be61daa78437ab130823f Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sun, 1 Jan 2023 21:43:14 +0800 Subject: [PATCH] Cosmetic fix --- egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py index 545656119..cb4d121d4 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/zipformer.py @@ -1336,7 +1336,7 @@ class AttentionSqueeze(nn.Module): self.to_bottleneck_proj = nn.Linear(embed_dim, bottleneck_dim) - # bottleneck_balancer is before the actiation. Mostly, for well-trained + # bottleneck_balancer is before the activation. Mostly, for well-trained # instances of this module, the mean absolute values per channel are in # the range 0.1 to 0.4. We apply the upper limit of 0.4 at the # beginning, and make it looser over time.