PlayVoice / vits_chinese

Best practice TTS based on BERT and VITS with some Natural Speech Features Of Microsoft; Support ONNX streaming out!
https://huggingface.co/spaces/maxmax20160403/vits_chinese
MIT License
1.16k stars 167 forks source link

处理文本的时候一直有except :Unkown PinYin :,应该怎么处理一下, #172

Open zhaojingxin123 opened 3 months ago

zhaojingxin123 commented 3 months ago

在过滤本项目不支持的儿化音。 处理文本的时候一直有except :Unkown PinYin : 需要进一步处理吗?

cnint0627 commented 2 months ago

在训练前执行一遍vits_prepare.py就可以,会排除数据集中不支持的数据

zhaojingxin123 commented 2 months ago

感谢