From 03651b52ab1ec31f90c67745632f3f95f384d31a Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Fri, 24 Sep 2021 11:21:34 +0800 Subject: [PATCH] Small config change --- egs/librispeech/ASR/conformer_ctc_bn_2d/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/conformer_ctc_bn_2d/train.py b/egs/librispeech/ASR/conformer_ctc_bn_2d/train.py index 9aca757e7..b120e264d 100755 --- a/egs/librispeech/ASR/conformer_ctc_bn_2d/train.py +++ b/egs/librispeech/ASR/conformer_ctc_bn_2d/train.py @@ -175,7 +175,7 @@ def get_params() -> AttributeDict: "att_scale": 0.5, "reverse_att_scale": 0.25, "ctc_scale": 0.3, - "delay_scale": 2.5, # Scale on difference between current and + "delay_scale": 2.0, # Scale on difference between current and # delayed version of positive_embed. "delay_minibatches": 300, "attention_dim": 512,