We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8753b1 + e129bc7 commit c21daffCopy full SHA for c21daff
examples/vctk/tts3/local/synthesize.sh
@@ -31,7 +31,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
31
FLAGS_allocator_strategy=naive_best_fit \
32
FLAGS_fraction_of_gpu_memory_to_use=0.01 \
33
python3 ${BIN_DIR}/../synthesize.py \
34
- --am=fastspeech2_aishell3 \
+ --am=fastspeech2_vctk \
35
--am_config=${config_path} \
36
--am_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
37
--am_stat=dump/train/speech_stats.npy \
0 commit comments