Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
7d54ee4d
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看板
提交
7d54ee4d
编写于
10月 23, 2021
作者:
H
Hui Zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ctc_grad_norm_type by null
上级
30499a76
变更
21
隐藏空白更改
内联
并排
Showing
21 changed file
with
21 addition
and
21 deletion
+21
-21
examples/aishell/s0/conf/deepspeech2.yaml
examples/aishell/s0/conf/deepspeech2.yaml
+1
-1
examples/aishell/s0/conf/deepspeech2_online.yaml
examples/aishell/s0/conf/deepspeech2_online.yaml
+1
-1
examples/aishell/s1/conf/chunk_conformer.yaml
examples/aishell/s1/conf/chunk_conformer.yaml
+1
-1
examples/aishell/s1/conf/conformer.yaml
examples/aishell/s1/conf/conformer.yaml
+1
-1
examples/librispeech/s0/conf/deepspeech2.yaml
examples/librispeech/s0/conf/deepspeech2.yaml
+1
-1
examples/librispeech/s0/conf/deepspeech2_online.yaml
examples/librispeech/s0/conf/deepspeech2_online.yaml
+1
-1
examples/librispeech/s1/conf/chunk_conformer.yaml
examples/librispeech/s1/conf/chunk_conformer.yaml
+1
-1
examples/librispeech/s1/conf/chunk_transformer.yaml
examples/librispeech/s1/conf/chunk_transformer.yaml
+1
-1
examples/librispeech/s1/conf/conformer.yaml
examples/librispeech/s1/conf/conformer.yaml
+1
-1
examples/librispeech/s2/conf/chunk_conformer.yaml
examples/librispeech/s2/conf/chunk_conformer.yaml
+1
-1
examples/librispeech/s2/conf/chunk_transformer.yaml
examples/librispeech/s2/conf/chunk_transformer.yaml
+1
-1
examples/librispeech/s2/conf/conformer.yaml
examples/librispeech/s2/conf/conformer.yaml
+1
-1
examples/ted_en_zh/t0/conf/transformer.yaml
examples/ted_en_zh/t0/conf/transformer.yaml
+1
-1
examples/ted_en_zh/t0/conf/transformer_joint_noam.yaml
examples/ted_en_zh/t0/conf/transformer_joint_noam.yaml
+1
-1
examples/timit/s1/conf/transformer.yaml
examples/timit/s1/conf/transformer.yaml
+1
-1
examples/tiny/s0/conf/deepspeech2.yaml
examples/tiny/s0/conf/deepspeech2.yaml
+1
-1
examples/tiny/s0/conf/deepspeech2_online.yaml
examples/tiny/s0/conf/deepspeech2_online.yaml
+1
-1
examples/tiny/s1/conf/chunk_confermer.yaml
examples/tiny/s1/conf/chunk_confermer.yaml
+1
-1
examples/tiny/s1/conf/chunk_transformer.yaml
examples/tiny/s1/conf/chunk_transformer.yaml
+1
-1
examples/tiny/s1/conf/conformer.yaml
examples/tiny/s1/conf/conformer.yaml
+1
-1
examples/tiny/s1/conf/transformer.yaml
examples/tiny/s1/conf/transformer.yaml
+1
-1
未找到文件。
examples/aishell/s0/conf/deepspeech2.yaml
浏览文件 @
7d54ee4d
...
...
@@ -41,7 +41,7 @@ model:
use_gru
:
True
share_rnn_weights
:
False
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
80
...
...
examples/aishell/s0/conf/deepspeech2_online.yaml
浏览文件 @
7d54ee4d
...
...
@@ -43,7 +43,7 @@ model:
fc_layers_size_list
:
-1,
use_gru
:
False
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
50
...
...
examples/aishell/s1/conf/chunk_conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -77,7 +77,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/aishell/s1/conf/conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -72,7 +72,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s0/conf/deepspeech2.yaml
浏览文件 @
7d54ee4d
...
...
@@ -41,7 +41,7 @@ model:
use_gru
:
False
share_rnn_weights
:
True
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
50
...
...
examples/librispeech/s0/conf/deepspeech2_online.yaml
浏览文件 @
7d54ee4d
...
...
@@ -43,7 +43,7 @@ model:
fc_layers_size_list
:
512,
256
use_gru
:
False
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
50
...
...
examples/librispeech/s1/conf/chunk_conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -77,7 +77,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s1/conf/chunk_transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -70,7 +70,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s1/conf/conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -73,7 +73,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s2/conf/chunk_conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -77,7 +77,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s2/conf/chunk_transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -70,7 +70,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/librispeech/s2/conf/conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -73,7 +73,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/ted_en_zh/t0/conf/transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -69,7 +69,7 @@ model:
asr_weight
:
0.0
ctc_weight
:
0.0
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/ted_en_zh/t0/conf/transformer_joint_noam.yaml
浏览文件 @
7d54ee4d
...
...
@@ -69,7 +69,7 @@ model:
asr_weight
:
0.5
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/timit/s1/conf/transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -67,7 +67,7 @@ model:
model_conf
:
ctc_weight
:
0.5
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/tiny/s0/conf/deepspeech2.yaml
浏览文件 @
7d54ee4d
...
...
@@ -42,7 +42,7 @@ model:
use_gru
:
False
share_rnn_weights
:
True
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
10
...
...
examples/tiny/s0/conf/deepspeech2_online.yaml
浏览文件 @
7d54ee4d
...
...
@@ -44,7 +44,7 @@ model:
fc_layers_size_list
:
512,
256
use_gru
:
True
blank_id
:
0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
training
:
n_epoch
:
10
...
...
examples/tiny/s1/conf/chunk_confermer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -77,7 +77,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/tiny/s1/conf/chunk_transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -70,7 +70,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/tiny/s1/conf/conformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -73,7 +73,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
examples/tiny/s1/conf/transformer.yaml
浏览文件 @
7d54ee4d
...
...
@@ -67,7 +67,7 @@ model:
model_conf
:
ctc_weight
:
0.3
ctc_dropoutrate
:
0.0
ctc_grad_norm_type
:
instance
ctc_grad_norm_type
:
null
lsm_weight
:
0.1
# label smoothing option
length_normalized_loss
:
false
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录