From 8a6a51def57fe81ed931da591e093e855ba33243 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 18 May 2021 12:25:51 +0000 Subject: [PATCH] aishell ds2 cer7.86 --- examples/aishell/s0/README.md | 2 +- examples/librispeech/s0/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aishell/s0/README.md b/examples/aishell/s0/README.md index fd4cf6a7f..a14fcfdf2 100644 --- a/examples/aishell/s0/README.md +++ b/examples/aishell/s0/README.md @@ -3,6 +3,6 @@ ## CTC | Model | release | Config | Test set | CER | | --- | --- | --- | --- | --- | -| DeepSpeech2 | 2.1 | conf/deepspeech2.yaml | test | 0.080428 | +| DeepSpeech2 | 2.1 | conf/deepspeech2.yaml | test | 0.078671 | | DeepSpeech2 | 2.0 | conf/deepspeech2.yaml | test | 0.078977 | | DeepSpeech2 | 1.8.5 | - | test | 0.080447 | diff --git a/examples/librispeech/s0/run.sh b/examples/librispeech/s0/run.sh index 472e6ebfb..1c55c6ea5 100755 --- a/examples/librispeech/s0/run.sh +++ b/examples/librispeech/s0/run.sh @@ -19,7 +19,7 @@ fi if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then # train model, all `ckpt` under `exp` dir - CUDA_VISIBLE_DEVICES=4,5,6,7 ./local/train.sh ${conf_path} ${ckpt} + CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 ./local/train.sh ${conf_path} ${ckpt} fi if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then