From 0af744e5180de0111ec73024ac1b9f73a9fb2f6e Mon Sep 17 00:00:00 2001 From: PingFeng Luo Date: Sat, 4 Dec 2021 10:42:31 +0800 Subject: [PATCH] update AIShell result --- egs/aishell/ASR/RESULTS.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/egs/aishell/ASR/RESULTS.md b/egs/aishell/ASR/RESULTS.md index 2da77ce3f..a789412f4 100644 --- a/egs/aishell/ASR/RESULTS.md +++ b/egs/aishell/ASR/RESULTS.md @@ -4,19 +4,19 @@ #### 2021-12-01 (Pingfeng Luo): Result of -The tensorboard log for training is available at +The tensorboard log for training is available at -And pretrained model is available at +And pretrained model is available at -The best decoding results (CER) are listed below, we got this results by averaging models from epoch 20 to 49, and using `attention-decoder` decoder with num_paths equals to 100. +The best decoding results (CER) are listed below, we got this results by averaging models from epoch 61 to 85, and using `attention-decoder` decoder with num_paths equals to 100. ||test| |--|--| -|CER| 5.12% | +|CER| 4.94% | ||lm_scale|attention_scale| |--|--|--| -|test|1.5|0.5| +|test|1.1|0.3| You can use the following commands to reproduce our results: @@ -31,12 +31,12 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7,8" python conformer_mmi/train.py --bucketing-sampler True \ --max-duration 200 \ --start-epoch 0 \ - --num-epochs 50 \ + --num-epochs 90 \ --world-size 8 python conformer_mmi/decode.py --nbest-scale 0.5 \ - --epoch 49 \ - --avg 20 \ + --epoch 85 \ + --avg 25 \ --method attention-decoder \ --max-duration 20 \ --num-paths 100