Views
No views yet
| decoding mode | full | 18 | 16 |
|---|---|---|---|
| attention decoder | 3.49 | 3.71 | 3.72 |
| ctc_greedy_search | 3.49 | 3.74 | 3.77 |
| ctc prefix beam search | 3.47 | 3.72 | 3.74 |
| attention rescoring | 3.12 | 3.38 | 3.36 |
| decoding mode | full | 18 | 16 |
|---|---|---|---|
| attention decoder | 8.15 | 9.05 | 9.03 |
| ctc_greedy_search | 8.73 | 9.82 | 9.83 |
| ctc prefix beam search | 8.70 | 9.81 | 9.79 |
| attention rescoring | 8.05 | 9.08 | 9.10 |
1cd examples/librispeech/s0
2
3cp exp/wenet_efficient_conformer_librispeech_v2/decode.sh ./
4cp exp/wenet_efficient_conformer_librispeech_v2/wer.sh ./
5
6dir=exp/wenet_efficient_conformer_librispeech_v2
7decoding_chunk_size=-1
8. ./decode.sh ${dir} 20 ${decoding_chunk_size}
9
10# WER
11. ./wer.sh test_clean wenet_efficient_conformer_librispeech_v2 ${decoding_chunk_size}
12. ./wer.sh test_other wenet_efficient_conformer_librispeech_v2 ${decoding_chunk_size}