Skip to content

Commit b53587b

Browse files
committed
update_format
1 parent e152ee7 commit b53587b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

examples/deepspeech2/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ Update the path to the trained weights in the Pretrained_model section of the de
100100
python eval.py -c "./deepspeech2.yaml"
101101
```
102102

103-
## **Model Performance**
103+
## **Performance**
104104

105105
Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
106106

107-
| model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
108-
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:--------------:|:--------:|:-------|:------:|
107+
| model name | cards | batch size | jit level | graph compile | ms/step | cer | wer | recipe | weight |
108+
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:---:|:---:|:-------|:------:|
109109
| deepspeech2| 8 | 64 | O0 | 404s | 9078 | 3.461 | 10.24 |[yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)|
110+
111+
- cer and wer tested in Librispeech `test clean` datasets.

examples/deepspeech2/readme_cn.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ python eval.py -c "./deepspeech2.yaml"
113113

114114
在 ascend 910* mindspore2.3.1图模式上的测试性能:
115115

116-
| model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
117-
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:--------------:|:--------:|:-------|:------:|
116+
| model name | cards | batch size | jit level | graph compile | ms/step | cer | wer | recipe | weight |
117+
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:---:|:---:|:-------|:------:|
118118
| deepspeech2| 8 | 64 | O0 | 404s | 9078 | 3.461 | 10.24 |[yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)|
119+
120+
- cer和wer由Librispeech `test clean` 数据集上测试得到。

0 commit comments

Comments
 (0)