From 5c33899ddc3a561dd0fed20fbd9885a8d2cf6336 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sat, 6 Aug 2022 16:28:02 +0800 Subject: [PATCH] Increase cov_min[3] from 0.001 to 0.002 --- 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 c62462cda..79f21253a 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py @@ -157,7 +157,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, - cov_min=(0.025, 0.05, 0.1, 0.001), + cov_min=(0.025, 0.05, 0.1, 0.002), cov_max=(5.0, 20.0, 3.5, 40.0), param_rms_smooth0=0.4, param_rms_smooth1=0.2,