From 06a86f50b9dee903879489aa2aa2ff548d03783a Mon Sep 17 00:00:00 2001 From: pkufool Date: Fri, 10 Dec 2021 16:10:04 +0800 Subject: [PATCH] Fix typo --- egs/librispeech/ASR/conformer_ctc/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/conformer_ctc/train.py b/egs/librispeech/ASR/conformer_ctc/train.py index 6dfed49ac..c1fa814c0 100755 --- a/egs/librispeech/ASR/conformer_ctc/train.py +++ b/egs/librispeech/ASR/conformer_ctc/train.py @@ -172,7 +172,7 @@ def get_params() -> AttributeDict: - subsampling_factor: The subsampling factor for the model. - use_feat_batchnorm: Normalization for the input features, can be a - boolean idicating whether to do batch + boolean indicating whether to do batch normalization, or a float which means just scaling the input features with this float value. If given a float value, we will remove batchnorm