From 9ac0cdd62afad01caab30e5c8c7401ad1da5b21b Mon Sep 17 00:00:00 2001 From: Quandwang Date: Fri, 22 Jul 2022 15:21:23 +0800 Subject: [PATCH] Update egs/librispeech/ASR/RESULTS.md Co-authored-by: Fangjun Kuang --- egs/librispeech/ASR/RESULTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index 6b8da630d..b10ae98e6 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -2042,7 +2042,7 @@ The decoding configuration for the reworked model is --epoch 30, --avg 8, --use- conformer_ctc2 also implements the CTC greedy search decoding, it has the identical WERs with the CTC-decoding method. For other decoding methods, the average WER of the two test sets with the two models is similar. -Except for the 1best and nbest method, the overall performance of reworked model is better than the baseline model. +Except for the 1best and nbest methods, the overall performance of reworked model is better than the baseline model. To reproduce the above result, use the following commands.