rishikksh20 / vae_tacotron2

VAE Tacotron 2, an alternative of GST Tacotron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why ?Thanks

WYan123 opened this issue · comments

commented

G:\vae_tacotron2-master>python train.py --model='Tacotron'
Traceback (most recent call last):
File "train.py", line 33, in
main()
File "train.py", line 24, in main
raise ValueError('please enter a valid model to train: {}'.format(accepted_models))
ValueError: please enter a valid model to train: ['Tacotron', 'Wavenet']