jaywalnut310 / vits

VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
https://jaywalnut310.github.io/vits-demo/index.html
MIT License
6.91k stars 1.27k forks source link

How is the Out of Dictionary texts created? #201

Closed deep-convai closed 11 months ago

deep-convai commented 11 months ago

Is there any script to generate the train, val and OOD txt files for finetuning from a custom Dataset? I can write a script to create train and val just looking at the text format, but I have no idea how to create the OOD.txt file. Any help is much appreciated.