Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
7b3a901b
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,发现更多精彩内容 >>
提交
7b3a901b
编写于
11月 05, 2021
作者:
H
Hui Zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more conf with preprocess.yaml
上级
44743622
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
97 addition
and
10 deletion
+97
-10
examples/aishell/s1/conf/chunk_conformer.yaml
examples/aishell/s1/conf/chunk_conformer.yaml
+2
-2
examples/aishell/s1/conf/conformer.yaml
examples/aishell/s1/conf/conformer.yaml
+2
-2
examples/aishell/s1/conf/preprocess.yaml
examples/aishell/s1/conf/preprocess.yaml
+29
-0
examples/callcenter/s1/conf/chunk_conformer.yaml
examples/callcenter/s1/conf/chunk_conformer.yaml
+2
-2
examples/callcenter/s1/conf/conformer.yaml
examples/callcenter/s1/conf/conformer.yaml
+2
-2
examples/callcenter/s1/conf/preprocess.yaml
examples/callcenter/s1/conf/preprocess.yaml
+29
-0
examples/timit/s1/conf/preprocess.yaml
examples/timit/s1/conf/preprocess.yaml
+29
-0
examples/timit/s1/conf/transformer.yaml
examples/timit/s1/conf/transformer.yaml
+2
-2
未找到文件。
examples/aishell/s1/conf/chunk_conformer.yaml
浏览文件 @
7b3a901b
...
...
@@ -15,7 +15,7 @@ collator:
vocab_filepath
:
data/vocab.txt
unit_type
:
'
char'
spm_model_prefix
:
'
'
augmentation_config
:
conf/
augmentation.json
augmentation_config
:
conf/
preprocess.yaml
batch_size
:
32
raw_wav
:
True
# use raw_wav or kaldi feature
spectrum_type
:
fbank
#linear, mfcc, fbank
...
...
@@ -38,7 +38,7 @@ collator:
# network architecture
model
:
cmvn_file
:
"
data/mean_std.json"
cmvn_file
:
cmvn_file_type
:
"
json"
# encoder related
encoder
:
conformer
...
...
examples/aishell/s1/conf/conformer.yaml
浏览文件 @
7b3a901b
...
...
@@ -15,7 +15,7 @@ collator:
vocab_filepath
:
data/vocab.txt
unit_type
:
'
char'
spm_model_prefix
:
'
'
augmentation_config
:
conf/
augmentation.json
augmentation_config
:
conf/
preprocess.yaml
batch_size
:
64
raw_wav
:
True
# use raw_wav or kaldi feature
spectrum_type
:
fbank
#linear, mfcc, fbank
...
...
@@ -37,7 +37,7 @@ collator:
# network architecture
model
:
cmvn_file
:
"
data/mean_std.json"
cmvn_file
:
cmvn_file_type
:
"
json"
# encoder related
encoder
:
conformer
...
...
examples/aishell/s1/conf/preprocess.yaml
0 → 100644
浏览文件 @
7b3a901b
process
:
# extract kaldi fbank from PCM
-
type
:
fbank_kaldi
fs
:
16000
n_mels
:
80
n_shift
:
160
win_length
:
400
dither
:
true
-
type
:
cmvn_json
cmvn_path
:
data/mean_std.json
# these three processes are a.k.a. SpecAugument
-
type
:
time_warp
max_time_warp
:
5
inplace
:
true
mode
:
PIL
-
type
:
freq_mask
F
:
30
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
-
type
:
time_mask
T
:
40
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
examples/callcenter/s1/conf/chunk_conformer.yaml
浏览文件 @
7b3a901b
...
...
@@ -15,7 +15,7 @@ collator:
vocab_filepath
:
data/vocab.txt
unit_type
:
'
char'
spm_model_prefix
:
'
'
augmentation_config
:
conf/
augmentation.json
augmentation_config
:
conf/
preprocess.yaml
batch_size
:
32
raw_wav
:
True
# use raw_wav or kaldi feature
spectrum_type
:
fbank
#linear, mfcc, fbank
...
...
@@ -38,7 +38,7 @@ collator:
# network architecture
model
:
cmvn_file
:
"
data/mean_std.json"
cmvn_file
:
cmvn_file_type
:
"
json"
# encoder related
encoder
:
conformer
...
...
examples/callcenter/s1/conf/conformer.yaml
浏览文件 @
7b3a901b
...
...
@@ -15,7 +15,7 @@ collator:
vocab_filepath
:
data/vocab.txt
unit_type
:
'
char'
spm_model_prefix
:
'
'
augmentation_config
:
conf/
augmentation.json
augmentation_config
:
conf/
preprocess.yaml
batch_size
:
32
raw_wav
:
True
# use raw_wav or kaldi feature
spectrum_type
:
fbank
#linear, mfcc, fbank
...
...
@@ -37,7 +37,7 @@ collator:
# network architecture
model
:
cmvn_file
:
"
data/mean_std.json"
cmvn_file
:
cmvn_file_type
:
"
json"
# encoder related
encoder
:
conformer
...
...
examples/callcenter/s1/conf/preprocess.yaml
0 → 100644
浏览文件 @
7b3a901b
process
:
# extract kaldi fbank from PCM
-
type
:
fbank_kaldi
fs
:
16000
n_mels
:
80
n_shift
:
160
win_length
:
400
dither
:
true
-
type
:
cmvn_json
cmvn_path
:
data/mean_std.json
# these three processes are a.k.a. SpecAugument
-
type
:
time_warp
max_time_warp
:
5
inplace
:
true
mode
:
PIL
-
type
:
freq_mask
F
:
30
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
-
type
:
time_mask
T
:
40
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
examples/timit/s1/conf/preprocess.yaml
0 → 100644
浏览文件 @
7b3a901b
process
:
# extract kaldi fbank from PCM
-
type
:
fbank_kaldi
fs
:
16000
n_mels
:
80
n_shift
:
160
win_length
:
400
dither
:
true
-
type
:
cmvn_json
cmvn_path
:
data/mean_std.json
# these three processes are a.k.a. SpecAugument
-
type
:
time_warp
max_time_warp
:
5
inplace
:
true
mode
:
PIL
-
type
:
freq_mask
F
:
30
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
-
type
:
time_mask
T
:
40
n_mask
:
2
inplace
:
true
replace_with_zero
:
false
examples/timit/s1/conf/transformer.yaml
浏览文件 @
7b3a901b
...
...
@@ -14,7 +14,7 @@ collator:
vocab_filepath
:
data/vocab.txt
unit_type
:
"
word"
mean_std_filepath
:
"
"
augmentation_config
:
"
"
augmentation_config
:
conf/preprocess.yaml
batch_size
:
64
raw_wav
:
True
# use raw_wav or kaldi feature
spectrum_type
:
fbank
#linear, mfcc, fbank
...
...
@@ -37,7 +37,7 @@ collator:
# network architecture
model
:
cmvn_file
:
"
data/mean_std.json"
cmvn_file
:
cmvn_file_type
:
"
json"
# encoder related
encoder
:
transformer
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录