From 21ab36c5c6cf0b8ec14af87a60d4926b2ce82a4c Mon Sep 17 00:00:00 2001 From: WongLaw Date: Thu, 23 Feb 2023 09:34:29 +0000 Subject: [PATCH] Canton phonetic fix, 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 d90eef2f3..b34ababf2 100644 --- a/examples/canton/tts3/README.md +++ b/examples/canton/tts3/README.md @@ -116,6 +116,6 @@ python3 ${BIN_DIR}/../synthesize_e2e.py \ --output_dir=exp/default/test_e2e \ --phones_dict=fastspeech2_canton_ckpt_1.4.0/phone_id_map.txt \ --speaker_dict=fastspeech2_canton_ckpt_1.4.0/speaker_id_map.txt \ - --spk_id=0 \ + --spk_id=10 \ --inference_dir=exp/default/inference ```