Closed Charlottecuc closed 4 years ago
I mean, how to use the TextMelSpeakerLoader? Thanks
Ah, I see your reply in https://github.com/jaywalnut310/glow-tts/issues/4. Thank you very much for your work :) Besides, could you please tell me how many epochs do we need for the demo model (the LJ dataset) to converge? Thanks!
Thanks for your interest! The number of training steps of the single speaker model was 240K.
Because I trained the model on two GPUs, if you have only one GPU, you should increase the batch size twice in the config file.
Hi. Could you please give me some advice on adding speaker embedding (as you mentioned in the paper) to your code? Thanks!