We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462a985 commit d41376cCopy full SHA for d41376c
examples/csmsc/voc1/local/synthesize_e2e.sh
@@ -16,7 +16,7 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \
16
--voc_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
17
--voc_stat=dump/train/feats_stats.npy \
18
--lang=zh \
19
- --text=${BIN_DIR}/../../assets/sentences.txt \
+ --text=${BIN_DIR}/../../../assets/sentences.txt \
20
--output_dir=${train_output_path}/test_e2e \
21
- --phones_dict=dump/phone_id_map.txt \
+ --phones_dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \
22
--inference_dir=${train_output_path}/inference || exit -1
0 commit comments