-
Updated
Jul 8, 2022 - Python
tts
Here are 1,199 public repositories matching this topic...
-
Updated
Apr 23, 2022 - Jupyter Notebook
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 8, 2022 - Jupyter Notebook
-
Updated
May 13, 2022 - Python
-
Updated
Mar 10, 2022 - Python
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Jun 21, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 7, 2022
-
Updated
Jul 1, 2022 - Java
-
Updated
Jan 17, 2022 - Python
-
Updated
Jul 2, 2022 - Python
Multi GPU Support
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 7, 2018 - Python
since, at least in Arch Linux, each voice has its own package, the user can install rhvoice without voices, and when switching the synthesis module to RHVoice in orca, for example, the user will be left without speech.
-
Updated
Jun 6, 2022 - Jupyter Notebook
-
Updated
May 19, 2022 - Python
-
Updated
Dec 6, 2021 - Vue
-
Updated
Jan 25, 2022
-
Updated
Apr 28, 2021 - Python
-
Updated
Jul 4, 2022 - Python
-
Updated
Mar 20, 2022 - Python
-
Updated
May 5, 2022 - Python
-
Updated
Jul 6, 2022 - Python
Improve this page
Add a description, image, and links to the tts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tts topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

目前的多音字使用 pypinyin 或者 g2pM,精度有限,想做一个基于 BERT (或者 ERNIE) 多音字预测模型,简单来说就是假设某语言有 100 个多音字,每个多音字最多有 3 个发音,那么可以在 BERT 后面接 100 个 3 分类器(简单的 fc 层即可),在预测时,找到对应的分类器进行分类即可。
参考论文:
tencent_polyphone.pdf
数据可以用 https://github.com/kakaobrain/g2pM 提供的数据
进阶:多任务的 BERT
![image](https://user-images.githubusercontent.com/24568452