Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
e5200776
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看板
提交
e5200776
编写于
3月 18, 2021
作者:
H
Hui Zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
when loss div batchsize, change lr, more epoch, loss can reduce more and cer lower than before
上级
258307df
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
7 deletion
+7
-7
examples/aishell/README.md
examples/aishell/README.md
+4
-4
examples/aishell/conf/deepspeech2.yaml
examples/aishell/conf/deepspeech2.yaml
+2
-2
examples/aishell/local/train.sh
examples/aishell/local/train.sh
+1
-1
未找到文件。
examples/aishell/README.md
浏览文件 @
e5200776
# Aishell-1
## CTC
| Model | Config | Test
set | CER
|
| --- | --- | --- | --- |
| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.078
977
|
| DeepSpeech2 | release 1.8.5 | test | 0.080447 |
| Model | Config | Test
Set | CER | Valid Loss
|
| --- | --- | --- | --- |
--- |
| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.078
786 | 7.036566
|
| DeepSpeech2 | release 1.8.5 | test | 0.080447 |
- |
examples/aishell/conf/deepspeech2.yaml
浏览文件 @
e5200776
...
...
@@ -29,8 +29,8 @@ model:
use_gru
:
True
share_rnn_weights
:
False
training
:
n_epoch
:
3
0
lr
:
5e-4
n_epoch
:
5
0
lr
:
2e-3
lr_decay
:
0.83
weight_decay
:
1e-06
global_grad_clip
:
5.0
...
...
examples/aishell/local/train.sh
浏览文件 @
e5200776
...
...
@@ -2,7 +2,7 @@
# train model
# if you wish to resume from an exists model, uncomment --init_from_pretrained_model
export
FLAGS_sync_nccl_allreduce
=
0
#
export FLAGS_sync_nccl_allreduce=0
ngpu
=
$(
echo
${
CUDA_VISIBLE_DEVICES
}
| python
-c
'import sys; a = sys.stdin.read(); print(len(a.split(",")));'
)
echo
"using
$ngpu
gpus..."
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录