From 198cf2635c5419c4d0ba0fcaacc3f2f7bbaa6494 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sun, 17 Jul 2022 15:35:07 +0800 Subject: [PATCH] Reduce param_pow from 0.5 to 0.4. --- egs/librispeech/ASR/pruned_transducer_stateless7/optim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py b/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py index 5c20361be..2886b17d3 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py @@ -143,7 +143,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of lr=3e-02, betas=(0.9, 0.98), size_lr_scale=0.1, - param_pow=0.5, + param_pow=0.4, param_rms_smooth0=0.75, param_rms_smooth1=0.25, param_cov_freshness=1.0,