From 19f48dc58d2e7af1b57bcd58515784b8ac2de502 Mon Sep 17 00:00:00 2001 From: WongLaw Date: Thu, 16 Feb 2023 12:06:35 +0000 Subject: [PATCH] Cantonese TTS checkpoint for e2e, test=tts --- examples/canton/tts3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/canton/tts3/README.md b/examples/canton/tts3/README.md index 240938deb..b8d86a071 100644 --- a/examples/canton/tts3/README.md +++ b/examples/canton/tts3/README.md @@ -99,7 +99,7 @@ FLAGS_fraction_of_gpu_memory_to_use=0.01 \ python3 ${BIN_DIR}/../synthesize_e2e.py \ --am=fastspeech2_aishell3 \ --am_config=fastspeech2_canton_ckpt_1.4.0/default.yaml \ - --am_ckpt=fastspeech2_canton_ckpt_1.4.0/snapshot_iter_96400.pdz \ + --am_ckpt=fastspeech2_canton_ckpt_1.4.0/snapshot_iter_140000.pdz \ --am_stat=fastspeech2_canton_ckpt_1.4.0/speech_stats.npy \ --voc=pwgan_aishell3 \ --voc_config=pwg_aishell3_ckpt_0.5/default.yaml \