Skip to content
New issue

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 os使用vits-Chinese #155

Open
Isshang opened this issue Dec 8, 2023 · 2 comments
Open

jetson os使用vits-Chinese #155

Isshang opened this issue Dec 8, 2023 · 2 comments

Comments

@Isshang
Copy link

Isshang commented Dec 8, 2023

之前单说话人的模型,我成功移植到了jetson orin nano设备上,他是aarch64架构的嵌入式主控。现在想使用多说话人模型,但是我看新增加了WeTextProcessing ,而使用WeTextProcessing 需要使用pynini,我死活配置不好pynini。请问有什么办法不使用吗?

@MaxMax2016
Copy link
Collaborator

可以试试其他的,例如: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)

@Isshang
Copy link
Author

Isshang commented Dec 22, 2023

可以啦,我直接按你说的删除代码,成功了。在jetson orin nano测试合成一句话用时15s左右。但使用的cpu,下一步我进行GPU加速测试一下。谢谢啦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants