update shell script for training speedyspeech

This commit is contained in:
chenfeiyu 2021-09-06 11:02:07 +08:00
parent def8218d33
commit 616c7f495e
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
python synthesize_e2e.py \
--speedyspeech-config=conf/default.yaml \
--speedyspeech-checkpoint=exp/debug/checkpoints/snapshot_iter_91800.pdz \
--speedyspeech-checkpoint=exp/default/checkpoints/snapshot_iter_91800.pdz \
--speedyspeech-stat=dump/train/stats.npy \
--pwg-config=../../parallelwave_gan/baker/conf/default.yaml \
--pwg-checkpoint=../../parallelwave_gan/baker/exp/default/checkpoints/snapshot_iter_400000.pdz \
--pwg-stat=../../parallelwave_gan/baker/dump/train/stats.npy \
--text=sentences.txt \
--output-dir=exp/debug/e2e \
--inference-dir=exp/debug/inference \
--output-dir=exp/default/e2e \
--inference-dir=exp/default/inference \
--device="gpu"