From 5e8dc5c17fd7a345a473ee38f4622d7461dabd01 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:35:20 +0800 Subject: [PATCH] update the deepspech_online.conf set lr_decay from 0.9 to 0.91 --- examples/aishell/s0/conf/deepspeech2_online.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aishell/s0/conf/deepspeech2_online.yaml b/examples/aishell/s0/conf/deepspeech2_online.yaml index f78148e3..fdc3a536 100644 --- a/examples/aishell/s0/conf/deepspeech2_online.yaml +++ b/examples/aishell/s0/conf/deepspeech2_online.yaml @@ -46,7 +46,7 @@ model: training: n_epoch: 50 lr: 2e-3 - lr_decay: 0.9 # 0.83 + lr_decay: 0.91 # 0.83 weight_decay: 1e-06 global_grad_clip: 3.0 log_interval: 100