Skip to content

Commit

Permalink
update_ms231
Browse files Browse the repository at this point in the history
update_ms231
  • Loading branch information
LiTingyu1997 committed Nov 6, 2024
1 parent 2a680a7 commit 063b048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions examples/conformer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,3 @@ Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
| 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 |
| 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 |
| 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 |
<<<<<<< HEAD

=======
>>>>>>> 1d72af4 (update_231)
4 changes: 0 additions & 4 deletions examples/conformer/readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,3 @@ python predict.py --config_path ./conformer.yaml --decode_mode attention_rescori
| 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 |
| 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 |
| 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 |
<<<<<<< HEAD

=======
>>>>>>> 1d72af4 (update_231)
4 changes: 0 additions & 4 deletions examples/deepspeech2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ python eval.py -c "./deepspeech2.yaml"

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

<<<<<<< HEAD
| model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
=======
| model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
>>>>>>> 1d72af4 (update_231)
|:----------:|:-----:|:----------:|:---------:|:------:|:------:|:------:|:--------------:|:--------------:|
| deepspeech2| 8 | 64 | O0 | 2.82 | [yaml](https://github.com/mindsporelab/mindaudio/blob/main/example/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)| 3.461 | 10.24 |

0 comments on commit 063b048

Please sign in to comment.