From 42f3ad0a110323a5121509e9c064cc8ab2c35745 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Mon, 29 May 2023 11:54:56 +0800 Subject: [PATCH] Remove grad_scale=0.1 --- egs/libriheavy/LM/zipformer1/subformer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/egs/libriheavy/LM/zipformer1/subformer.py b/egs/libriheavy/LM/zipformer1/subformer.py index 68e1254cb..242b6a1aa 100644 --- a/egs/libriheavy/LM/zipformer1/subformer.py +++ b/egs/libriheavy/LM/zipformer1/subformer.py @@ -875,8 +875,7 @@ class LearnedDownsamplingModule(nn.Module): min_positive=1/(2*downsampling_factor), max_positive=0.6, min_abs=1.0, - max_abs=4.0, - grad_scale=0.1) + max_abs=4.0) # below are for diagnostics. self.copy_weights1 = nn.Identity()