From 822ddffe170f76a1101e22b11a690534ad0d06d9 Mon Sep 17 00:00:00 2001 From: enkilee Date: Mon, 23 Dec 2024 15:29:16 +0800 Subject: [PATCH] fix --- examples/csmsc/voc1/local/synthesize_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csmsc/voc1/local/synthesize_e2e.sh b/examples/csmsc/voc1/local/synthesize_e2e.sh index f6a4df2b3..9dce855b9 100644 --- a/examples/csmsc/voc1/local/synthesize_e2e.sh +++ b/examples/csmsc/voc1/local/synthesize_e2e.sh @@ -18,5 +18,5 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \ --lang=zh \ --text=${BIN_DIR}/../../assets/sentences.txt \ --output_dir=${train_output_path}/test_e2e \ - --phones_dict=fastspeech2_nosil_baker_ckpt_0.4//phone_id_map.txt \ + --phones_dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \ --inference_dir=${train_output_path}/inference \ No newline at end of file