We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前单说话人的模型,我成功移植到了jetson orin nano设备上,他是aarch64架构的嵌入式主控。现在想使用多说话人模型,但是我看新增加了WeTextProcessing ,而使用WeTextProcessing 需要使用pynini,我死活配置不好pynini。请问有什么办法不使用吗?
The text was updated successfully, but these errors were encountered:
可以试试其他的,例如:https://github.com/Ailln/cn2an
直接把这三行代码删除,他们在这个文件:https://github.com/PlayVoice/vits_chinese/blob/bert_vits_aishell3/vits_pinyin.py
from tn.chinese.normalizer import Normalizer self.normalizer = Normalizer() text = self.normalizer.normalize(text)
Sorry, something went wrong.
可以啦,我直接按你说的删除代码,成功了。在jetson orin nano测试合成一句话用时15s左右。但使用的cpu,下一步我进行GPU加速测试一下。谢谢啦
No branches or pull requests
之前单说话人的模型,我成功移植到了jetson orin nano设备上,他是aarch64架构的嵌入式主控。现在想使用多说话人模型,但是我看新增加了WeTextProcessing ,而使用WeTextProcessing 需要使用pynini,我死活配置不好pynini。请问有什么办法不使用吗?
The text was updated successfully, but these errors were encountered: