Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
13503613
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 1 年 前同步成功
通知
207
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
13503613
编写于
5月 06, 2022
作者:
H
Hui Zhang
提交者:
GitHub
5月 06, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1853 from Jackwaterveg/develop
[CLI] update cli
上级
e87495f0
3a7896fc
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
14 addition
and
3 deletion
+14
-3
paddlespeech/cli/asr/pretrained_models.py
paddlespeech/cli/asr/pretrained_models.py
+13
-3
tests/unit/cli/test_cli.sh
tests/unit/cli/test_cli.sh
+1
-0
未找到文件。
paddlespeech/cli/asr/pretrained_models.py
浏览文件 @
13503613
...
...
@@ -27,6 +27,16 @@ pretrained_models = {
'ckpt_path'
:
'exp/conformer/checkpoints/wenetspeech'
,
},
"conformer_online_wenetspeech-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr1/asr1_chunk_conformer_wenetspeech_ckpt_1.0.0a.model.tar.gz'
,
'md5'
:
'b8c02632b04da34aca88459835be54a6'
,
'cfg_path'
:
'model.yaml'
,
'ckpt_path'
:
'exp/chunk_conformer/checkpoints/avg_10'
,
},
"conformer_online_multicn-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/multi_cn/asr1/asr1_chunk_conformer_multi_cn_ckpt_0.2.0.model.tar.gz'
,
...
...
@@ -69,13 +79,13 @@ pretrained_models = {
},
"deepspeech2online_wenetspeech-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr0/
WIP_
asr0_deepspeech2_online_wenetspeech_ckpt_1.0.0a.model.tar.gz'
,
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr0/asr0_deepspeech2_online_wenetspeech_ckpt_1.0.0a.model.tar.gz'
,
'md5'
:
'
b3ef6fcae8c0058c3c53375341ccb209
'
,
'
e393d4d274af0f6967db24fc146e8074
'
,
'cfg_path'
:
'model.yaml'
,
'ckpt_path'
:
'exp/deepspeech2_online/checkpoints/avg_
3
'
,
'exp/deepspeech2_online/checkpoints/avg_
10
'
,
'lm_url'
:
'https://deepspeech.bj.bcebos.com/zh_lm/zh_giga.no_cna_cmn.prune01244.klm'
,
'lm_md5'
:
...
...
tests/unit/cli/test_cli.sh
浏览文件 @
13503613
...
...
@@ -14,6 +14,7 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee
paddlespeech asr
--input
./zh.wav
paddlespeech asr
--model
conformer_aishell
--input
./zh.wav
paddlespeech asr
--model
conformer_online_aishell
--input
./zh.wav
paddlespeech asr
--model
conformer_online_wenetspeech
--input
./zh.wav
paddlespeech asr
--model
conformer_online_multicn
--input
./zh.wav
paddlespeech asr
--model
transformer_librispeech
--lang
en
--input
./en.wav
paddlespeech asr
--model
deepspeech2offline_aishell
--input
./zh.wav
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录