Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
5db7e638
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看板
未验证
提交
5db7e638
编写于
3月 28, 2022
作者:
J
Jackwaterveg
提交者:
GitHub
3月 28, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test=doc
上级
64e12e94
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
6 deletion
+6
-6
examples/aishell/asr1/conf/chunk_conformer.yaml
examples/aishell/asr1/conf/chunk_conformer.yaml
+6
-6
未找到文件。
examples/aishell/asr1/conf/chunk_conformer.yaml
浏览文件 @
5db7e638
...
@@ -39,6 +39,7 @@ model_conf:
...
@@ -39,6 +39,7 @@ model_conf:
ctc_weight
:
0.3
ctc_weight
:
0.3
lsm_weight
:
0.1
# label smoothing option
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
length_normalized_loss
:
false
init_type
:
'
kaiming_uniform'
###########################################
###########################################
# Data #
# Data #
...
@@ -61,12 +62,12 @@ feat_dim: 80
...
@@ -61,12 +62,12 @@ feat_dim: 80
stride_ms
:
10.0
stride_ms
:
10.0
window_ms
:
25.0
window_ms
:
25.0
sortagrad
:
0
# Feed samples from shortest to longest ; -1: enabled for all epochs, 0: disabled, other: enabled for 'other' epochs
sortagrad
:
0
# Feed samples from shortest to longest ; -1: enabled for all epochs, 0: disabled, other: enabled for 'other' epochs
batch_size
:
64
batch_size
:
32
maxlen_in
:
512
# if input length > maxlen-in, batchsize is automatically reduced
maxlen_in
:
512
# if input length > maxlen-in, batchsize is automatically reduced
maxlen_out
:
150
# if output length > maxlen-out, batchsize is automatically reduced
maxlen_out
:
150
# if output length > maxlen-out, batchsize is automatically reduced
minibatches
:
0
# for debug
minibatches
:
0
# for debug
batch_count
:
auto
batch_count
:
auto
batch_bins
:
0
batch_bins
:
0
batch_frames_in
:
0
batch_frames_in
:
0
batch_frames_out
:
0
batch_frames_out
:
0
batch_frames_inout
:
0
batch_frames_inout
:
0
...
@@ -77,13 +78,13 @@ num_encs: 1
...
@@ -77,13 +78,13 @@ num_encs: 1
###########################################
###########################################
# Training #
# Training #
###########################################
###########################################
n_epoch
:
24
0
n_epoch
:
18
0
accum_grad
:
2
accum_grad
:
1
global_grad_clip
:
5.0
global_grad_clip
:
5.0
dist_sampler
:
True
dist_sampler
:
True
optim
:
adam
optim
:
adam
optim_conf
:
optim_conf
:
lr
:
0.00
2
lr
:
0.00
1
weight_decay
:
1.0e-6
weight_decay
:
1.0e-6
scheduler
:
warmuplr
scheduler
:
warmuplr
scheduler_conf
:
scheduler_conf
:
...
@@ -93,4 +94,3 @@ log_interval: 100
...
@@ -93,4 +94,3 @@ log_interval: 100
checkpoint
:
checkpoint
:
kbest_n
:
50
kbest_n
:
50
latest_n
:
5
latest_n
:
5
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录