From b8e3091e04516a53e1ac33153e99dc3b7f469560 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sat, 3 Dec 2022 00:48:19 +0800 Subject: [PATCH] Increase scale_gain_factor to 0.04. --- egs/librispeech/ASR/pruned_transducer_stateless7/scaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/scaling.py b/egs/librispeech/ASR/pruned_transducer_stateless7/scaling.py index 7cc8d9bb0..d0f29b4f4 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/scaling.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/scaling.py @@ -606,7 +606,7 @@ class ActivationBalancer(torch.nn.Module): max_positive: FloatLike = 0.95, max_factor: FloatLike = 0.04, sign_gain_factor: FloatLike = 0.04, - scale_gain_factor: FloatLike = 0.02, + scale_gain_factor: FloatLike = 0.04, min_abs: FloatLike = 0.2, max_abs: FloatLike = 100.0, min_prob: FloatLike = 0.1,