Skip to content

Commit c21daff

Browse files
authored
Merge pull request #2137 from yt605155624/fix_name_bug
[TTS]fix am name, test=tts
2 parents e8753b1 + e129bc7 commit c21daff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vctk/tts3/local/synthesize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
3131
FLAGS_allocator_strategy=naive_best_fit \
3232
FLAGS_fraction_of_gpu_memory_to_use=0.01 \
3333
python3 ${BIN_DIR}/../synthesize.py \
34-
--am=fastspeech2_aishell3 \
34+
--am=fastspeech2_vctk \
3535
--am_config=${config_path} \
3636
--am_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
3737
--am_stat=dump/train/speech_stats.npy \

0 commit comments

Comments
 (0)