File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,12 @@ Update the path to the trained weights in the Pretrained_model section of the de
100100python eval.py -c " ./deepspeech2.yaml"
101101```
102102
103- ## ** Model Performance**
103+ ## ** Performance**
104104
105105Experiments 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.
Original file line number Diff line number Diff 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 ` 数据集上测试得到。
You can’t perform that action at this time.
0 commit comments