Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
308a90ef
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 2 年 前同步成功
通知
210
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
308a90ef
编写于
6月 27, 2022
作者:
I
iftaken
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop' into dev-hym
上级
eb2a7a6b
5fd5b73b
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
342 addition
and
18 deletion
+342
-18
.readthedocs.yml
.readthedocs.yml
+3
-2
docs/requirements.txt
docs/requirements.txt
+43
-0
paddlespeech/resource/pretrained_models.py
paddlespeech/resource/pretrained_models.py
+296
-16
未找到文件。
.readthedocs.yml
浏览文件 @
308a90ef
...
@@ -21,5 +21,6 @@ python:
...
@@ -21,5 +21,6 @@ python:
version
:
3.7
version
:
3.7
install
:
install
:
-
requirements
:
docs/requirements.txt
-
requirements
:
docs/requirements.txt
-
method
:
setuptools
path
:
.
system_packages
:
true
\ No newline at end of file
docs/requirements.txt
浏览文件 @
308a90ef
...
@@ -5,3 +5,46 @@ sphinx
...
@@ -5,3 +5,46 @@ sphinx
sphinx-autobuild
sphinx-autobuild
sphinx-markdown-tables
sphinx-markdown-tables
sphinx_rtd_theme
sphinx_rtd_theme
paddlepaddle>=2.2.2
editdistance
g2p_en
g2pM
h5py
inflect
jieba
jsonlines
kaldiio
librosa==0.8.1
loguru
matplotlib
nara_wpe
onnxruntime
pandas
paddlenlp
paddlespeech_feat
praatio==5.0.0
pypinyin
pypinyin-dict
python-dateutil
pyworld
resampy==0.2.2
sacrebleu
scipy
sentencepiece~=0.1.96
soundfile~=0.10
textgrid
timer
tqdm
typeguard
visualdl
webrtcvad
yacs~=0.1.8
prettytable
zhon
colorlog
pathos == 0.2.8
fastapi
websockets
keyboard
uvicorn
pattern_singleton
\ No newline at end of file
paddlespeech/resource/pretrained_models.py
浏览文件 @
308a90ef
...
@@ -639,6 +639,22 @@ tts_dynamic_pretrained_models = {
...
@@ -639,6 +639,22 @@ tts_dynamic_pretrained_models = {
'speaker_id_map.txt'
,
'speaker_id_map.txt'
,
},
},
},
},
"fastspeech2_cnndecoder_csmsc-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_cnndecoder_csmsc_ckpt_1.0.0.zip'
,
'md5'
:
'6eb28e22ace73e0ebe7845f86478f89f'
,
'config'
:
'cnndecoder.yaml'
,
'ckpt'
:
'snapshot_iter_153000.pdz'
,
'speech_stats'
:
'speech_stats.npy'
,
'phones_dict'
:
'phone_id_map.txt'
,
},
},
# tacotron2
# tacotron2
"tacotron2_csmsc-zh"
:
{
"tacotron2_csmsc-zh"
:
{
'1.0'
:
{
'1.0'
:
{
...
@@ -831,22 +847,6 @@ tts_dynamic_pretrained_models = {
...
@@ -831,22 +847,6 @@ tts_dynamic_pretrained_models = {
'feats_stats.npy'
,
'feats_stats.npy'
,
},
},
},
},
"fastspeech2_cnndecoder_csmsc-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_cnndecoder_csmsc_ckpt_1.0.0.zip'
,
'md5'
:
'6eb28e22ace73e0ebe7845f86478f89f'
,
'config'
:
'cnndecoder.yaml'
,
'ckpt'
:
'snapshot_iter_153000.pdz'
,
'speech_stats'
:
'speech_stats.npy'
,
'phones_dict'
:
'phone_id_map.txt'
,
},
},
}
}
tts_static_pretrained_models
=
{
tts_static_pretrained_models
=
{
...
@@ -886,6 +886,58 @@ tts_static_pretrained_models = {
...
@@ -886,6 +886,58 @@ tts_static_pretrained_models = {
24000
,
24000
,
},
},
},
},
"fastspeech2_ljspeech-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_ljspeech_static_1.1.0.zip'
,
'md5'
:
'c49f70b52973423ec45aaa6184fb5bc6'
,
'model'
:
'fastspeech2_ljspeech.pdmodel'
,
'params'
:
'fastspeech2_ljspeech.pdiparams'
,
'phones_dict'
:
'phone_id_map.txt'
,
'sample_rate'
:
22050
,
},
},
"fastspeech2_aishell3-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_aishell3_static_1.1.0.zip'
,
'md5'
:
'695af44679f48eb4abc159977ddaee16'
,
'model'
:
'fastspeech2_aishell3.pdmodel'
,
'params'
:
'fastspeech2_aishell3.pdiparams'
,
'phones_dict'
:
'phone_id_map.txt'
,
'speaker_dict'
:
'speaker_id_map.txt'
,
'sample_rate'
:
24000
,
},
},
"fastspeech2_vctk-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_vctk_static_1.1.0.zip'
,
'md5'
:
'92d8c082f180bda2fd05a534fb4a1b62'
,
'model'
:
'fastspeech2_vctk.pdmodel'
,
'params'
:
'fastspeech2_vctk.pdiparams'
,
'phones_dict'
:
'phone_id_map.txt'
,
'speaker_dict'
:
'speaker_id_map.txt'
,
'sample_rate'
:
24000
,
},
},
# pwgan
# pwgan
"pwgan_csmsc-zh"
:
{
"pwgan_csmsc-zh"
:
{
'1.0'
:
{
'1.0'
:
{
...
@@ -901,6 +953,48 @@ tts_static_pretrained_models = {
...
@@ -901,6 +953,48 @@ tts_static_pretrained_models = {
24000
,
24000
,
},
},
},
},
"pwgan_ljspeech-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_ljspeech_static_1.1.0.zip'
,
'md5'
:
'6f457a069da99c6814ac1fb4677281e4'
,
'model'
:
'pwgan_ljspeech.pdmodel'
,
'params'
:
'pwgan_ljspeech.pdiparams'
,
'sample_rate'
:
22050
,
},
},
"pwgan_aishell3-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_aishell3_static_1.1.0.zip'
,
'md5'
:
'199f64010238275fbdacb326a5cf82d1'
,
'model'
:
'pwgan_aishell3.pdmodel'
,
'params'
:
'pwgan_aishell3.pdiparams'
,
'sample_rate'
:
24000
,
},
},
"pwgan_vctk-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_vctk_static_1.1.0.zip'
,
'md5'
:
'ee0fc571ad5a7fbe4ca20e49df22b819'
,
'model'
:
'pwgan_vctk.pdmodel'
,
'params'
:
'pwgan_vctk.pdiparams'
,
'sample_rate'
:
24000
,
},
},
# mb_melgan
# mb_melgan
"mb_melgan_csmsc-zh"
:
{
"mb_melgan_csmsc-zh"
:
{
'1.0'
:
{
'1.0'
:
{
...
@@ -931,9 +1025,67 @@ tts_static_pretrained_models = {
...
@@ -931,9 +1025,67 @@ tts_static_pretrained_models = {
24000
,
24000
,
},
},
},
},
"hifigan_ljspeech-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_ljspeech_static_1.1.0.zip'
,
'md5'
:
'8c674e79be7c45f6eda74825316438a0'
,
'model'
:
'hifigan_ljspeech.pdmodel'
,
'params'
:
'hifigan_ljspeech.pdiparams'
,
'sample_rate'
:
22050
,
},
},
"hifigan_aishell3-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_aishell3_static_1.1.0.zip'
,
'md5'
:
'7a10ec5d8d851e2000128f040d30cc01'
,
'model'
:
'hifigan_aishell3.pdmodel'
,
'params'
:
'hifigan_aishell3.pdiparams'
,
'sample_rate'
:
24000
,
},
},
"hifigan_vctk-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_vctk_static_1.1.0.zip'
,
'md5'
:
'130f791dfac84ccdd44ccbdfb67bf08e'
,
'model'
:
'hifigan_vctk.pdmodel'
,
'params'
:
'hifigan_vctk.pdiparams'
,
'sample_rate'
:
24000
,
},
},
}
}
tts_onnx_pretrained_models
=
{
tts_onnx_pretrained_models
=
{
# speedyspeech
"speedyspeech_csmsc_onnx-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/speedyspeech/speedyspeech_csmsc_onnx_0.2.0.zip'
,
'md5'
:
'3e9c45af9ef70675fc1968ed5074fc88'
,
'ckpt'
:
[
'speedyspeech_csmsc.onnx'
],
'phones_dict'
:
'phone_id_map.txt'
,
'tones_dict'
:
'tone_id_map.txt'
,
'sample_rate'
:
24000
,
},
},
# fastspeech2
# fastspeech2
"fastspeech2_csmsc_onnx-zh"
:
{
"fastspeech2_csmsc_onnx-zh"
:
{
'1.0'
:
{
'1.0'
:
{
...
@@ -948,6 +1100,49 @@ tts_onnx_pretrained_models = {
...
@@ -948,6 +1100,49 @@ tts_onnx_pretrained_models = {
24000
,
24000
,
},
},
},
},
"fastspeech2_ljspeech_onnx-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_ljspeech_onnx_1.1.0.zip'
,
'md5'
:
'00754307636a48c972a5f3e65cda3d18'
,
'ckpt'
:
[
'fastspeech2_ljspeech.onnx'
],
'phones_dict'
:
'phone_id_map.txt'
,
'sample_rate'
:
22050
,
},
},
"fastspeech2_aishell3_onnx-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_aishell3_onnx_1.1.0.zip'
,
'md5'
:
'a1d6ee21de897ce394f5469e2bb4df0d'
,
'ckpt'
:
[
'fastspeech2_aishell3.onnx'
],
'phones_dict'
:
'phone_id_map.txt'
,
'speaker_dict'
:
'speaker_id_map.txt'
,
'sample_rate'
:
24000
,
},
},
"fastspeech2_vctk_onnx-en"
:
{
'1.0'
:
{
'url'
:
'hhttps://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_vctk_onnx_1.1.0.zip'
,
'md5'
:
'd9c3a9b02204a2070504dd99f5f959bf'
,
'ckpt'
:
[
'fastspeech2_vctk.onnx'
],
'phones_dict'
:
'phone_id_map.txt'
,
'speaker_dict'
:
'speaker_id_map.txt'
,
'sample_rate'
:
24000
,
},
},
"fastspeech2_cnndecoder_csmsc_onnx-zh"
:
{
"fastspeech2_cnndecoder_csmsc_onnx-zh"
:
{
'1.0'
:
{
'1.0'
:
{
'url'
:
'url'
:
...
@@ -967,6 +1162,55 @@ tts_onnx_pretrained_models = {
...
@@ -967,6 +1162,55 @@ tts_onnx_pretrained_models = {
24000
,
24000
,
},
},
},
},
# pwgan
"pwgan_csmsc_onnx-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_csmsc_onnx_0.2.0.zip'
,
'md5'
:
'711d0ade33e73f3b721efc9f20669f9c'
,
'ckpt'
:
'pwgan_csmsc.onnx'
,
'sample_rate'
:
24000
,
},
},
"pwgan_ljspeech_onnx-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_ljspeech_onnx_1.1.0.zip'
,
'md5'
:
'73cdeeccb77f2ea6ed4d07e71d8ac8b8'
,
'ckpt'
:
'pwgan_ljspeech.onnx'
,
'sample_rate'
:
22050
,
},
},
"pwgan_aishell3_onnx-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_aishell3_onnx_1.1.0.zip'
,
'md5'
:
'096ab64e152a4fa476aff79ebdadb01b'
,
'ckpt'
:
'pwgan_aishell3.onnx'
,
'sample_rate'
:
24000
,
},
},
"pwgan_vctk_onnx-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwgan_vctk_onnx_1.1.0.zip'
,
'md5'
:
'4e754d42cf85f6428f0af887c923d86c'
,
'ckpt'
:
'pwgan_vctk.onnx'
,
'sample_rate'
:
24000
,
},
},
# mb_melgan
# mb_melgan
"mb_melgan_csmsc_onnx-zh"
:
{
"mb_melgan_csmsc_onnx-zh"
:
{
'1.0'
:
{
'1.0'
:
{
...
@@ -993,6 +1237,42 @@ tts_onnx_pretrained_models = {
...
@@ -993,6 +1237,42 @@ tts_onnx_pretrained_models = {
24000
,
24000
,
},
},
},
},
"hifigan_ljspeech_onnx-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_ljspeech_onnx_1.1.0.zip'
,
'md5'
:
'062f54b79c1135a50adb5fc8406260b2'
,
'ckpt'
:
'hifigan_ljspeech.onnx'
,
'sample_rate'
:
22050
,
},
},
"hifigan_aishell3_onnx-zh"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_aishell3_onnx_1.1.0.zip'
,
'md5'
:
'd6c0d684ad148583ca57837d5e870167'
,
'ckpt'
:
'hifigan_aishell3.onnx'
,
'sample_rate'
:
24000
,
},
},
"hifigan_vctk_onnx-en"
:
{
'1.0'
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_vctk_onnx_1.1.0.zip'
,
'md5'
:
'fd714df3be283c0efbefc8510160ff6d'
,
'ckpt'
:
'hifigan_vctk.onnx'
,
'sample_rate'
:
24000
,
},
},
}
}
# ---------------------------------
# ---------------------------------
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录