From f515416c4a110b86f84a9044257855966352417d Mon Sep 17 00:00:00 2001 From: Jerryuhoo Date: Fri, 21 Jan 2022 16:07:19 +0800 Subject: [PATCH] fix missing model choice, test=doc --- paddlespeech/t2s/exps/synthesize_e2e.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddlespeech/t2s/exps/synthesize_e2e.py b/paddlespeech/t2s/exps/synthesize_e2e.py index c2bdb585..8ebfcfe7 100644 --- a/paddlespeech/t2s/exps/synthesize_e2e.py +++ b/paddlespeech/t2s/exps/synthesize_e2e.py @@ -284,7 +284,8 @@ def main(): default='fastspeech2_csmsc', choices=[ 'speedyspeech_csmsc', 'speedyspeech_aishell3', 'fastspeech2_csmsc', - 'fastspeech2_ljspeech', 'fastspeech2_aishell3', 'fastspeech2_vctk' + 'fastspeech2_ljspeech', 'fastspeech2_aishell3', 'fastspeech2_vctk', + 'tacotron2_csmsc' ], help='Choose acoustic model type of tts task.') parser.add_argument(