|
|
@ -18,5 +18,5 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \
|
|
|
|
--lang=zh \
|
|
|
|
--lang=zh \
|
|
|
|
--text=${BIN_DIR}/../../../assets/sentences.txt \
|
|
|
|
--text=${BIN_DIR}/../../../assets/sentences.txt \
|
|
|
|
--output_dir=${train_output_path}/test_e2e \
|
|
|
|
--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
|
|
|
|
--inference_dir=${train_output_path}/inference || exit -1
|
|
|
|