2021-07-13 11:02:19 +08:00
|
|
|
python synthesize.py \
|
|
|
|
--speedyspeech-config=conf/default.yaml \
|
2021-08-17 15:29:30 +08:00
|
|
|
--speedyspeech-checkpoint=exp/default/checkpoints/snapshot_iter_91800.pdz \
|
2021-07-13 11:02:19 +08:00
|
|
|
--speedyspeech-stat=dump/train/stats.npy \
|
|
|
|
--pwg-config=../../parallelwave_gan/baker/conf/default.yaml \
|
2021-08-20 20:46:20 +08:00
|
|
|
--pwg-checkpoint=../../parallelwave_gan/baker/exp/default/checkpoints/snapshot_iter_400000.pdz \
|
2021-07-13 11:02:19 +08:00
|
|
|
--pwg-stat=../../parallelwave_gan/baker/dump/train/stats.npy \
|
|
|
|
--test-metadata=dump/test/norm/metadata.jsonl \
|
|
|
|
--output-dir=exp/debug/test \
|
2021-07-21 16:57:35 +08:00
|
|
|
--inference-dir=exp/debug/inference \
|
2021-07-13 11:02:19 +08:00
|
|
|
--device="gpu"
|