From d41376c8208efcef227a249eca6b72c80e5b05e4 Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Thu, 22 May 2025 19:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90DOC=E3=80=91fix=20doc=20(#4076)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix doc * fix --- examples/csmsc/voc1/local/synthesize_e2e.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/csmsc/voc1/local/synthesize_e2e.sh b/examples/csmsc/voc1/local/synthesize_e2e.sh index e217622f1..ddab1382e 100755 --- a/examples/csmsc/voc1/local/synthesize_e2e.sh +++ b/examples/csmsc/voc1/local/synthesize_e2e.sh @@ -16,7 +16,7 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \ --voc_ckpt=${train_output_path}/checkpoints/${ckpt_name} \ --voc_stat=dump/train/feats_stats.npy \ --lang=zh \ - --text=${BIN_DIR}/../../assets/sentences.txt \ + --text=${BIN_DIR}/../../../assets/sentences.txt \ --output_dir=${train_output_path}/test_e2e \ - --phones_dict=dump/phone_id_map.txt \ + --phones_dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \ --inference_dir=${train_output_path}/inference || exit -1