From bc0b6eed5c0665e872a99626683d421168676680 Mon Sep 17 00:00:00 2001 From: PingFeng Luo Date: Thu, 2 Dec 2021 12:09:44 +0800 Subject: [PATCH] typo --- egs/aishell/ASR/RESULTS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/egs/aishell/ASR/RESULTS.md b/egs/aishell/ASR/RESULTS.md index 3e4a35621..2da77ce3f 100644 --- a/egs/aishell/ASR/RESULTS.md +++ b/egs/aishell/ASR/RESULTS.md @@ -28,13 +28,13 @@ cd egs/aishell/ASR ./prepare.sh export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7,8" -python conformer_ctc/train.py --bucketing-sampler True \ +python conformer_mmi/train.py --bucketing-sampler True \ --max-duration 200 \ - --start-epoch 0 \ - --num-epoch 50 \ + --start-epoch 0 \ + --num-epochs 50 \ --world-size 8 -python3 conformer_ctc/decode.py --nbest-scale 0.5 \ +python conformer_mmi/decode.py --nbest-scale 0.5 \ --epoch 49 \ --avg 20 \ --method attention-decoder \ @@ -73,7 +73,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3" python conformer_ctc/train.py --bucketing-sampler True \ --max-duration 200 \ --start-epoch 0 \ - --num-epoch 90 \ + --num-epochs 90 \ --world-size 4 python conformer_ctc/decode.py --nbest-scale 0.5 \