Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#2137 from yt605155624/fix_name_bug
Browse files Browse the repository at this point in the history
[TTS]fix am name, test=tts
  • Loading branch information
lym0302 authored Jul 12, 2022
2 parents e8753b1 + e129bc7 commit c21daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vctk/tts3/local/synthesize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
FLAGS_allocator_strategy=naive_best_fit \
FLAGS_fraction_of_gpu_memory_to_use=0.01 \
python3 ${BIN_DIR}/../synthesize.py \
--am=fastspeech2_aishell3 \
--am=fastspeech2_vctk \
--am_config=${config_path} \
--am_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
--am_stat=dump/train/speech_stats.npy \
Expand Down

0 comments on commit c21daff

Please sign in to comment.