fix missing model choice, test=doc

pull/1370/head
Jerryuhoo 3 years ago
parent a22080130b
commit f515416c4a

@ -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(

Loading…
Cancel
Save