Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
30405d9a
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看板
提交
30405d9a
编写于
4月 15, 2022
作者:
H
Hui Zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update aishell rsl
上级
1e420790
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
26 addition
and
4 deletion
+26
-4
speechx/examples/ds2_ol/aishell/.gitignore
speechx/examples/ds2_ol/aishell/.gitignore
+1
-0
speechx/examples/ds2_ol/aishell/README.md
speechx/examples/ds2_ol/aishell/README.md
+21
-0
speechx/examples/ds2_ol/aishell/run.sh
speechx/examples/ds2_ol/aishell/run.sh
+4
-4
未找到文件。
speechx/examples/ds2_ol/aishell/.gitignore
浏览文件 @
30405d9a
data
exp
aishell_*
speechx/examples/ds2_ol/aishell/README.md
0 → 100644
浏览文件 @
30405d9a
# Aishell - Deepspeech2 Streaming
## CTC Prefix Beam Search w/o LM
```
Overall -> 16.14 % N=104612 C=88190 S=16110 D=312 I=465
Mandarin -> 16.14 % N=104612 C=88190 S=16110 D=312 I=465
Other -> 0.00 % N=0 C=0 S=0 D=0 I=0
```
## CTC Prefix Beam Search w LM
```
```
## CTC WFST
```
```
\ No newline at end of file
speechx/examples/ds2_ol/aishell/run.sh
浏览文件 @
30405d9a
...
...
@@ -65,7 +65,7 @@ cmvn-json2kaldi --json_file=$ckpt_dir/data/mean_std.json --cmvn_write_path=$cmvn
./local/split_data.sh
$data
$data
/
$aishell_wav_scp
$aishell_wav_scp
$nj
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/feat
_
log
\
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/feat
.
log
\
linear-spectrogram-wo-db-norm-ol
\
--wav_rspecifier
=
scp:
$data
/split
${
nj
}
/JOB/
${
aishell_wav_scp
}
\
--feature_wspecifier
=
ark,scp:
$data
/split
${
nj
}
/JOB/feat.ark,
$data
/split
${
nj
}
/JOB/feat.scp
\
...
...
@@ -75,7 +75,7 @@ linear-spectrogram-wo-db-norm-ol \
text
=
$data
/test/text
# 4. recognizer
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/log
\
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/
recog.wolm.
log
\
ctc-prefix-beam-search-decoder-ol
\
--feature_rspecifier
=
scp:
$data
/split
${
nj
}
/JOB/feat.scp
\
--model_path
=
$model_dir
/avg_1.jit.pdmodel
\
...
...
@@ -88,7 +88,7 @@ cat $data/split${nj}/*/result > ${label_file}
utils/compute-wer.py
--char
=
1
--v
=
1
${
label_file
}
$text
>
${
wer
}
# 4. decode with lm
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/
log_lm
\
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/
recog.lm.log
\
ctc-prefix-beam-search-decoder-ol
\
--feature_rspecifier
=
scp:
$data
/split
${
nj
}
/JOB/feat.scp
\
--model_path
=
$model_dir
/avg_1.jit.pdmodel
\
...
...
@@ -111,7 +111,7 @@ fi
# 5. test TLG decoder
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/
log_tl
g
\
utils/run.pl
JOB
=
1:
$nj
$data
/split
${
nj
}
/JOB/
recog.wfst.lo
g
\
wfst-decoder-ol
\
--feature_rspecifier
=
scp:
$data
/split
${
nj
}
/JOB/feat.scp
\
--model_path
=
$model_dir
/avg_1.jit.pdmodel
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录