First of all, i am a total noob, so very sorry about the basic questions.
I am training a custom dataset based on the LJspeech structure using Tacotron2.
I am at 170k iterations after using a pretrained LJspeech model.
I get the preview audio for each epoch, but my question is now; how do i use it with other vocoders than the Griffin Lim one. I know this is basic for most of you but i havent coded a single row of python before starting with this.
Are there any basic tutorials for this, or even the syntax to generate the voice from a text string using some of the other vocoders?
I am using Colab for training and have setup a notebook for the purpose.