T Šabanov

Results 5 comments of T Šabanov

I'm having the same issue. Are there any solutions to this yet?

I've read in some master's thesis for Finnish language that the author received good results with a "warm start" method. He trained the base model on multiple voices of 20...

The auther used Nvidia's implementation of Tacotron. They didn't change anything in the code. The following is extracted from the paper. "Using a warm-starting training schema yielded better results. First,...

I have another question regarding the fine-tuning of an existing model. Do I have to save both resulting models from train_tacotron.py and train_forward.py and then load them when I want...