SayaSS / vits-finetuning

Fine-Tuning your VITS model using a pre-trained model
MIT License
551 stars 86 forks source link

why 'IndexError: list index out of range ' when processing #2

Closed BYChern closed 1 year ago

SayaSS commented 1 year ago

Does your dataset follow the format "path/to/XXX.wav|speaker id|transcript"? This error might be due to the default setting of text_index being set to 2 in preprocess.py.