Multiple questions about how to use StyleTTS2. #122
-
Hello, I am very interested in StyleTTS2 repo.
You can also give me a paper or link with the answers to your questions! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The paper is linked on the main page of the repo, read it here: https://arxiv.org/abs/2306.07691 |
Beta Was this translation helpful? Give feedback.
-
It was a question about why you use Bert in the embedding process. I have one more question. |
Beta Was this translation helpful? Give feedback.
The use of BERT is already well-established in TTS. I would recommend you read the PL-BERT paper that this project uses for more details: https://arxiv.org/pdf/2301.08810.pdf
As for the batch size, since this project uses GAN training scheme, it is expected that a small batch size actually helps with the stability.