Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-12-17 20:19:36 +08:00
parent 47b0f2ec2f
commit 9639f6dc0a
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ We provide a Colab notebook to run a pre-trained TDNN LSTM CTC model: [![Open I
Using Conformer as encoder.
The best WER we currently have is:
The best WER with greedy search is:
| | test-clean | test-other |
|-----|------------|------------|

View File

@ -12,7 +12,7 @@ The best WER is
|-----|------------|------------|
| WER | 3.16 | 7.71 |
using `--epoch 26 --avg 12` during decoding.
using `--epoch 26 --avg 12` during decoding with greedy search.
The training command to reproduce the above WER is: