【DOC】fix doc (#4076)

* fix doc

* fix
pull/4077/head
zxcd 4 months ago committed by GitHub
parent 462a985c76
commit d41376c820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save