Skip to content

Commit d41376c

Browse files
authored
【DOC】fix doc (#4076)
* fix doc * fix
1 parent 462a985 commit d41376c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/csmsc/voc1/local/synthesize_e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \
1616
--voc_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
1717
--voc_stat=dump/train/feats_stats.npy \
1818
--lang=zh \
19-
--text=${BIN_DIR}/../../assets/sentences.txt \
19+
--text=${BIN_DIR}/../../../assets/sentences.txt \
2020
--output_dir=${train_output_path}/test_e2e \
21-
--phones_dict=dump/phone_id_map.txt \
21+
--phones_dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \
2222
--inference_dir=${train_output_path}/inference || exit -1

0 commit comments

Comments
 (0)