From 0b16fbc89a91c7d3a74e89160cd275f1f6268038 Mon Sep 17 00:00:00 2001 From: warrentdrew Date: Mon, 8 Jul 2024 11:13:19 +0800 Subject: [PATCH] fix e2e synthesize --- examples/csmsc/tts2/local/synthesize_e2e_npu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/csmsc/tts2/local/synthesize_e2e_npu.sh b/examples/csmsc/tts2/local/synthesize_e2e_npu.sh index 5b793546e..1209a532b 100755 --- a/examples/csmsc/tts2/local/synthesize_e2e_npu.sh +++ b/examples/csmsc/tts2/local/synthesize_e2e_npu.sh @@ -24,9 +24,10 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then --output_dir=${train_output_path}/test_e2e \ --phones_dict=dump/phone_id_map.txt \ --tones_dict=dump/tone_id_map.txt \ + --inference_dir=${train_output_path}/inference \ --ngpu=0 \ --nnpu=1 - # --inference_dir=${train_output_path}/inference \ + fi