From 0fc58bac567e747ee9ef0467f58b5908103b08d8 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sat, 23 Jul 2022 09:45:05 +0800 Subject: [PATCH] More tuning, epoch-140 results are 0.23,0.11 --- egs/librispeech/ASR/pruned_transducer_stateless7/optim.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py b/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py index 5c511a7a9..9c38a9865 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/optim.py @@ -1,4 +1,4 @@ -# Copyright 2022 Xiaomi Corp. (authors: Daniel Povey) +# Copyright 2022 Xiaomi Corp. (authors: Daniel Povey) # # See ../LICENSE for clarification regarding multiple authors # @@ -142,8 +142,8 @@ 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, - min_lr_factor=(0.05, 0.00001, 0.01), # making the middle one large is worst. - max_lr_factor=(10.0, 100000.0, 10.0), # making the middle one large is the best + min_lr_factor=(0.05, 0.005, 0.01), # making the middle one large is worst. + max_lr_factor=(10.0, 5.0, 10.0), # making the middle one large is the best #param_pow=(0.99999, 0.99999, 0.99999), param_pow=(1.0, 1.0, 1.0), param_rms_smooth0=0.75,