From de780a0c8ae6aac33e317c82eaedcdbb15b2152f Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Fri, 28 May 2021 03:53:13 +0000 Subject: [PATCH] add libri ds2 exp result --- examples/aishell/s0/README.md | 11 ++++++----- examples/librispeech/s0/README.md | 9 +++++---- examples/librispeech/s0/conf/deepspeech2.yaml | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/examples/aishell/s0/README.md b/examples/aishell/s0/README.md index a27d3a83..fc8f6b86 100644 --- a/examples/aishell/s0/README.md +++ b/examples/aishell/s0/README.md @@ -1,8 +1,9 @@ # Aishell-1 ## Deepspeech2 -| Model | release | Config | Test set | CER | -| --- | --- | --- | --- | --- | -| 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 | + +| Model | release | Config | Test set | Loss | CER | +| --- | --- | --- | --- | --- | --- | +| DeepSpeech2 | 2.1.0 | conf/deepspeech2.yaml | test | 7.299022197723389 | 0.078671 | +| DeepSpeech2 | 2.0.0 | conf/deepspeech2.yaml | test | - | 0.078977 | +| DeepSpeech2 | 1.8.5 | - | test | - | 0.080447 | diff --git a/examples/librispeech/s0/README.md b/examples/librispeech/s0/README.md index 100a0577..09f700da 100644 --- a/examples/librispeech/s0/README.md +++ b/examples/librispeech/s0/README.md @@ -2,7 +2,8 @@ ## Deepspeech2 -| Model | Config | Test set | WER | -| --- | --- | --- | --- | -| DeepSpeech2 | conf/deepspeech2.yaml | test-clean | 0.073973 | -| DeepSpeech2 | release 1.8.5 | test-clean | 0.074939 | +| Model | release | Config | Test set | Loss | WER | +| --- | --- | --- | --- | --- | --- | +| DeepSpeech2 | 2.1.0 | conf/deepspeech2.yaml | 15.184467315673828 | test-clean | 0.072154 | +| DeepSpeech2 | 2.0.0 | conf/deepspeech2.yaml | - | test-clean | 0.073973 | +| DeepSpeech2 | 1.8.5 | - | test-clean | - | 0.074939 | diff --git a/examples/librispeech/s0/conf/deepspeech2.yaml b/examples/librispeech/s0/conf/deepspeech2.yaml index 80280f5c..d1746bff 100644 --- a/examples/librispeech/s0/conf/deepspeech2.yaml +++ b/examples/librispeech/s0/conf/deepspeech2.yaml @@ -41,7 +41,7 @@ training: lr: 1e-3 lr_decay: 0.83 weight_decay: 1e-06 - global_grad_clip: 3.0 + global_grad_clip: 5.0 log_interval: 100 decoding: