File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ python predict.py --config_path ./conformer.yaml --decode_mode attention_rescori
113113```
114114
115115
116- ## Model Performance
116+ ## Performance
117117
118118Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
119119
120- | model name| cars | batch type | jit level | s/step | recipe | weight | decoding mode | cer |
121- | :---------:| :----: | : ----------: | : --------- :| :------ :| :------:| :------:| :--------------------- :| :----:|
122- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | ctc greedy search | 5.62 |
123- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | ctc prefix beam search | 5.62 |
124- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | attention rescoring | 5.12 |
120+ | model name| decoding method | cards | batch size | jit level | graph compile | ms/step | cer | recipe | weight |
121+ | :---------:| :---------------------:| :-----:| :---------- :| :--------- :| :-------------: | : -------: | :--- :| :------: | :- ----:|
122+ | conformer | ctc greedy search | 8 | bucket | O0 | 103s | 727.5 | 5.62 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
123+ | conformer | ctc prefix beam search | 8 | bucket | O0 | 103s | 727.5 | 5.62 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
124+ | conformer | attention rescoring | 8 | bucket | O0 | 103s | 727.5 | 5.12 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ python predict.py --config_path ./conformer.yaml --decode_mode attention_rescori
115115
116116在 ascend 910* mindspore2.3.1图模式上的测试性能:
117117
118- | model name| cars | batch type | jit level | s/step | recipe | weight | decoding mode | cer |
119- | :---------:| :----: | : ----------: | : --------- :| :------ :| :------:| :------:| :--------------------- :| :----:|
120- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | ctc greedy search | 5.62 |
121- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | ctc prefix beam search | 5.62 |
122- | conformer | 8 | bucket | O0 | 0.72 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) | attention rescoring | 5.12 |
118+ | model name| decoding method | cards | batch size | jit level | graph compile | ms/step | cer | recipe | weight |
119+ | :---------:| :---------------------:| :-----:| :---------- :| :--------- :| :-------------: | : -------: | :--- :| :------: | :- ----:|
120+ | conformer | ctc greedy search | 8 | bucket | O0 | 103s | 727.5 | 5.62 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
121+ | conformer | ctc prefix beam search | 8 | bucket | O0 | 103s | 727.5 | 5.62 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
122+ | conformer | attention rescoring | 8 | bucket | O0 | 103s | 727.5 | 5.12 | [ conformer.yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml ) | [ weights] ( https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt ) |
Original file line number Diff line number Diff line change @@ -104,6 +104,6 @@ python eval.py -c "./deepspeech2.yaml"
104104
105105Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
106106
107- | model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
108- | :----------:| :-----:| :----------:| :---------:| :------: | : ------:| :------:| :--------------:| :--------------:|
109- | deepspeech2| 8 | 64 | O0 | 2.82 | [ yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml ) | [ weights] ( https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt ) | 3.461 | 10.24 |
107+ | model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
108+ | :----------:| :-----:| :----------:| :---------:| :------------- :| :------- :| :--------------:| :--------: | :------- | : ------:|
109+ | 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 ) |
Original file line number Diff line number Diff line change @@ -113,6 +113,6 @@ python eval.py -c "./deepspeech2.yaml"
113113
114114在 ascend 910* mindspore2.3.1图模式上的测试性能:
115115
116- | model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
117- | :----------:| :-----:| :----------:| :---------:| :------: | : ------:| :------:| :--------------:| :--------------:|
118- | deepspeech2| 8 | 64 | O0 | 2.82 | [ yaml] ( https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml ) | [ weights] ( https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt ) | 3.461 | 10.24 |
116+ | model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
117+ | :----------:| :-----:| :----------:| :---------:| :------------- :| :------- :| :--------------:| :--------: | :------- | : ------:|
118+ | 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 ) |
You can’t perform that action at this time.
0 commit comments