From 2082b89d12a4c92d6a519b5924900ba657cc17e4 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Wed, 19 Jan 2022 21:10:06 +0800 Subject: [PATCH] Update chunk_decode.yaml --- examples/aishell/asr0/conf/tuning/chunk_decode.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aishell/asr0/conf/tuning/chunk_decode.yaml b/examples/aishell/asr0/conf/tuning/chunk_decode.yaml index 9de06711..c07bc77e 100644 --- a/examples/aishell/asr0/conf/tuning/chunk_decode.yaml +++ b/examples/aishell/asr0/conf/tuning/chunk_decode.yaml @@ -1,10 +1,10 @@ -chunk_batch_size: 32 +decode_batch_size: 32 error_rate_type: cer decoding_method: ctc_beam_search lang_model_path: data/lm/zh_giga.no_cna_cmn.prune01244.klm alpha: 2.2 #1.9 beta: 4.3 -beam_size: 300 +beam_size: 500 cutoff_prob: 0.99 cutoff_top_n: 40 num_proc_bsearch: 10