Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
d103cb8f
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看板
未验证
提交
d103cb8f
编写于
3月 15, 2023
作者:
Z
zxcd
提交者:
GitHub
3月 15, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ASR]cherrypick change optimizer and fix import error, test=asr (#3049)
* optional tokenizer and fix some doc * cherry pick with pr:3040
上级
4d1787dc
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
4 addition
and
3 deletion
+4
-3
examples/aishell/asr3/RESULT.md
examples/aishell/asr3/RESULT.md
+1
-0
examples/aishell/asr3/conf/train_with_wav2vec.yaml
examples/aishell/asr3/conf/train_with_wav2vec.yaml
+1
-1
examples/aishell/asr3/local/aishell_prepare.py
examples/aishell/asr3/local/aishell_prepare.py
+1
-1
examples/aishell/asr3/local/data.sh
examples/aishell/asr3/local/data.sh
+1
-1
未找到文件。
examples/aishell/asr3/RESULT.md
浏览文件 @
d103cb8f
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
*
paddle version: develop (commit id: daea892c67e85da91906864de40ce9f6f1b893ae)
*
paddle version: develop (commit id: daea892c67e85da91906864de40ce9f6f1b893ae)
*
paddlespeech version: develop (commit id: c14b4238b256693281e59605abff7c9435b3e2b2)
*
paddlespeech version: develop (commit id: c14b4238b256693281e59605abff7c9435b3e2b2)
*
paddlenlp version: 2.5.2
## Device
## Device
*
python: 3.7
*
python: 3.7
...
...
examples/aishell/asr3/conf/train_with_wav2vec.yaml
浏览文件 @
d103cb8f
...
@@ -83,7 +83,7 @@ dnn_neurons: 1024
...
@@ -83,7 +83,7 @@ dnn_neurons: 1024
freeze_wav2vec
:
False
freeze_wav2vec
:
False
dropout
:
0.15
dropout
:
0.15
tokenizer
:
!apply:
transformers.Bert
Tokenizer.from_pretrained
tokenizer
:
!apply:
paddlenlp.transformers.Auto
Tokenizer.from_pretrained
pretrained_model_name_or_path
:
bert-base-chinese
pretrained_model_name_or_path
:
bert-base-chinese
# bert-base-chinese tokens length
# bert-base-chinese tokens length
output_neurons
:
21128
output_neurons
:
21128
...
...
examples/aishell/asr3/local/aishell_prepare.py
浏览文件 @
d103cb8f
...
@@ -21,7 +21,7 @@ import glob
...
@@ -21,7 +21,7 @@ import glob
import
logging
import
logging
import
os
import
os
from
paddlespeech.s2t.
models.wav2vec2.io
.dataio
import
read_audio
from
paddlespeech.s2t.
io.speechbrain
.dataio
import
read_audio
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
examples/aishell/asr3/local/data.sh
浏览文件 @
d103cb8f
#!/bin/bash
#!/bin/bash
stage
=
-1
stage
=
-1
stop_stage
=
-1
stop_stage
=
3
dict_dir
=
data/lang_char
dict_dir
=
data/lang_char
.
${
MAIN_ROOT
}
/utils/parse_options.sh
||
exit
-1
;
.
${
MAIN_ROOT
}
/utils/parse_options.sh
||
exit
-1
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录