Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
aa91adc6
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看板
未验证
提交
aa91adc6
编写于
12月 13, 2022
作者:
H
Hui Zhang
提交者:
GitHub
12月 13, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update u2++ ctc prefix beam search result (#2736)
上级
a8a240d4
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
20 addition
and
1 deletion
+20
-1
speechx/build.sh
speechx/build.sh
+1
-1
speechx/examples/u2pp_ol/wenetspeech/RESULTS.md
speechx/examples/u2pp_ol/wenetspeech/RESULTS.md
+19
-0
未找到文件。
speechx/build.sh
浏览文件 @
aa91adc6
...
@@ -20,4 +20,4 @@ fi
...
@@ -20,4 +20,4 @@ fi
mkdir
-p
build
mkdir
-p
build
cmake
-B
build
-DBOOST_ROOT
:STRING
=
${
boost_SOURCE_DIR
}
cmake
-B
build
-DBOOST_ROOT
:STRING
=
${
boost_SOURCE_DIR
}
cmake
--build
build
cmake
--build
build
-j
speechx/examples/u2pp_ol/wenetspeech/RESULTS.md
浏览文件 @
aa91adc6
...
@@ -6,8 +6,11 @@
...
@@ -6,8 +6,11 @@
> Intel(R) Xeon(R) Gold 6271C CPU @ 2.60GHz, support `avx512_vnni`
> Intel(R) Xeon(R) Gold 6271C CPU @ 2.60GHz, support `avx512_vnni`
> RTF with feature and decoder which is more end to end.
> RTF with feature and decoder which is more end to end.
### FP32
### FP32
`local/recognizer.sh`
#### CER
#### CER
```
```
...
@@ -27,6 +30,8 @@ I1027 10:52:38.662876 51665 u2_recognizer_main.cc:123] RTF is: 0.309318
...
@@ -27,6 +30,8 @@ I1027 10:52:38.662876 51665 u2_recognizer_main.cc:123] RTF is: 0.309318
### INT8
### INT8
`local/recognizer_quant.sh`
> RTF relative improve 12.8%, which count feature and decoder time.
> RTF relative improve 12.8%, which count feature and decoder time.
> Test under Paddle commit c331e2ce2031d68a553bc9469a07c30d718438f3
> Test under Paddle commit c331e2ce2031d68a553bc9469a07c30d718438f3
...
@@ -46,3 +51,17 @@ I1110 09:59:52.551712 37249 u2_recognizer_main.cc:122] total wav duration is: 36
...
@@ -46,3 +51,17 @@ I1110 09:59:52.551712 37249 u2_recognizer_main.cc:122] total wav duration is: 36
I1110 09:59:52.551717 37249 u2_recognizer_main.cc:123] total decode cost:9737.63 sec
I1110 09:59:52.551717 37249 u2_recognizer_main.cc:123] total decode cost:9737.63 sec
I1110 09:59:52.551723 37249 u2_recognizer_main.cc:124] RTF is: 0.269674
I1110 09:59:52.551723 37249 u2_recognizer_main.cc:124] RTF is: 0.269674
```
```
### CTC Prefix Beam Search
`local/decode.sh`
#### CER
```
Overall -> 6.74 % N=104765 C=98106 S=6516 D=143 I=401
Mandarin -> 6.74 % N=104762 C=98106 S=6513 D=143 I=401
English -> 0.00 % N=0 C=0 S=0 D=0 I=0
Other -> 100.00 % N=3 C=0 S=3 D=0 I=0
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录