Sir-Slade / voice_synthetizer

A Python library that uses Tacotron2 models to do TTS. It is supposed to be similar to pyttsx3 but able to support custom voices.
1 stars 0 forks source link

Implement code for training a new voice. #3

Open Sir-Slade opened 2 years ago

Sir-Slade commented 2 years ago

I have downloaded an semi-cleaned the original notebook to generate a new Tacotron 2 voice model but I have not tested or cleaned it completly.

I also want to do some experiments to see which parts can I leave behind and which ones I can't.

Also need to decide whether I will create a class/method to do the training or just leave it there in a nice notebook for training.