From f110928195edf5a078f5f621460ac0dcd9e0cc18 Mon Sep 17 00:00:00 2001 From: liangym <34430015+lym0302@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:09:14 +0800 Subject: [PATCH 1/3] [tts ] Chmod run_mix.sh (#2647) --- examples/other/tts_finetune/tts3/run_mix.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 examples/other/tts_finetune/tts3/run_mix.sh diff --git a/examples/other/tts_finetune/tts3/run_mix.sh b/examples/other/tts_finetune/tts3/run_mix.sh old mode 100644 new mode 100755 index 71008ef5b..960278a53 --- a/examples/other/tts_finetune/tts3/run_mix.sh +++ b/examples/other/tts_finetune/tts3/run_mix.sh @@ -108,3 +108,4 @@ if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then --spk_id=$replace_spkid fi + From 945c3ba606d6b315bc67282f170d9a76f728938c Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 15 Nov 2022 20:45:53 +0800 Subject: [PATCH 2/3] fix decode bug, test=doc (#2655) --- speechx/examples/u2pp_ol/wenetspeech/local/decode.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/speechx/examples/u2pp_ol/wenetspeech/local/decode.sh b/speechx/examples/u2pp_ol/wenetspeech/local/decode.sh index 068f34a07..059ed1b36 100755 --- a/speechx/examples/u2pp_ol/wenetspeech/local/decode.sh +++ b/speechx/examples/u2pp_ol/wenetspeech/local/decode.sh @@ -9,6 +9,7 @@ nj=20 mkdir -p $exp ckpt_dir=./data/model model_dir=$ckpt_dir/asr1_chunk_conformer_u2pp_wenetspeech_static_1.3.0.model/ +text=$data/test/text utils/run.pl JOB=1:$nj $data/split${nj}/JOB/decoder.log \ ctc_prefix_beam_search_decoder_main \ @@ -20,6 +21,6 @@ ctc_prefix_beam_search_decoder_main \ --feature_rspecifier=scp:$data/split${nj}/JOB/fbank.scp \ --result_wspecifier=ark,t:$data/split${nj}/JOB/result_decode.ark -cat $data/split${nj}/*/result_decode.ark > $exp/${label_file} -utils/compute-wer.py --char=1 --v=1 $text $exp/${label_file} > $exp/${wer} -tail -n 7 $exp/${wer} \ No newline at end of file +cat $data/split${nj}/*/result_decode.ark > $exp/aishell.decode.rsl +utils/compute-wer.py --char=1 --v=1 $text $exp/aishell.decode.rsl > $exp/aishell.decode.err +tail -n 7 $exp/aishell.decode.err \ No newline at end of file From 931b1429c9d36002d86b7697cf07f3395ef24a97 Mon Sep 17 00:00:00 2001 From: YangZhou <56786796+SmileGoat@users.noreply.github.com> Date: Wed, 16 Nov 2022 12:39:10 +0800 Subject: [PATCH 3/3] remove kws benchmark test. (#2656) --- tests/test_tipc/configs/mdtc/train_infer_python.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_tipc/configs/mdtc/train_infer_python.txt b/tests/test_tipc/configs/mdtc/train_infer_python.txt index 7a5f658ee..6fb8c3484 100644 --- a/tests/test_tipc/configs/mdtc/train_infer_python.txt +++ b/tests/test_tipc/configs/mdtc/train_infer_python.txt @@ -49,9 +49,3 @@ null:null null:null null:null null:null -===========================train_benchmark_params========================== -batch_size:16|30 -fp_items:fp32 -iteration:50 ---profiler-options:"batch_range=[10,35];state=GPU;tracer_option=Default;profile_path=model.profile" -flags:null