Results 15 issues of TingC-95

Do you have any suggestions for Chinese data preprocessing? For example, text normalization, g2p, etc. From your experience, will the accuracy of the g2p model have great impact on the...

Hi, Thanks for your great works! I'm curious to understand your thought process as a learner. May I ask why you decided to make modifications to the original VITS code?...

use_itn=True, 输出结果为:如果是110加二等于12,2减三等于99 use_itn=False,输出结果为:如果是十十加二等于十二十二减三等于九九 数字110、12,2 的 itn结果是错误的。 是否可以实现,文本正则化结果+保留标点的输出呢?

question

I'm training on a big dataset, and some times training may got interrupted before one epoch is done. when I resume training, sampler.set_epoch seems to restart from step 0 how...