Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
754c0b56
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看板
提交
754c0b56
编写于
11月 09, 2021
作者:
H
huangyuxin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
optimizer the hips of downloading LM
上级
e5edc83a
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
33 addition
and
23 deletion
+33
-23
README.md
README.md
+3
-4
examples/aishell/s0/local/download_lm_ch.sh
examples/aishell/s0/local/download_lm_ch.sh
+4
-3
examples/aishell/s0/local/test.sh
examples/aishell/s0/local/test.sh
+1
-1
examples/librispeech/s0/local/download_lm_en.sh
examples/librispeech/s0/local/download_lm_en.sh
+4
-2
examples/librispeech/s0/local/test.sh
examples/librispeech/s0/local/test.sh
+1
-1
examples/other/1xt2x/aishell/local/download_lm_ch.sh
examples/other/1xt2x/aishell/local/download_lm_ch.sh
+4
-2
examples/other/1xt2x/aishell/local/test.sh
examples/other/1xt2x/aishell/local/test.sh
+1
-1
examples/other/1xt2x/baidu_en8k/local/download_lm_en.sh
examples/other/1xt2x/baidu_en8k/local/download_lm_en.sh
+4
-2
examples/other/1xt2x/baidu_en8k/local/test.sh
examples/other/1xt2x/baidu_en8k/local/test.sh
+1
-1
examples/other/1xt2x/librispeech/local/download_lm_en.sh
examples/other/1xt2x/librispeech/local/download_lm_en.sh
+4
-2
examples/other/1xt2x/librispeech/local/test.sh
examples/other/1xt2x/librispeech/local/test.sh
+1
-1
examples/tiny/s0/local/download_lm_en.sh
examples/tiny/s0/local/download_lm_en.sh
+4
-2
examples/tiny/s0/local/test.sh
examples/tiny/s0/local/test.sh
+1
-1
未找到文件。
README.md
浏览文件 @
754c0b56
...
...
@@ -187,7 +187,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle
<td
rowspan=
"2"
>
Aishell
</td>
<td
>
DeepSpeech2 RNN + Conv based Models
</td>
<td>
<a
href =
"./examples/aishell/s0"
>
deepspeech2-aishell
</a>
<a
href =
"./examples/aishell/s0"
>
deepspeech2-aishell
</a>
</td>
</tr>
<tr>
...
...
@@ -200,7 +200,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle
<td>
Librispeech
</td>
<td>
Transformer based Attention Models
</td>
<td>
<a
href =
"./examples/librispeech/s0"
>
deepspeech2-librispeech
</a>
/
<a
href =
"./examples/librispeech/s1"
>
transformer.conformer.u2-librispeech
</a>
/
<a
href =
"./examples/librispeech/s2"
>
transformer.conformer.u2-kaldi-librispeech
</a>
<a
href =
"./examples/librispeech/s0"
>
deepspeech2-librispeech
</a>
/
<a
href =
"./examples/librispeech/s1"
>
transformer.conformer.u2-librispeech
</a>
/
<a
href =
"./examples/librispeech/s2"
>
transformer.conformer.u2-kaldi-librispeech
</a>
</td>
</td>
</tr>
...
...
@@ -223,7 +223,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle
<td>
TIMIT
</td>
<td>
Unified Streaming & Non-streaming Two-pass
</td>
<td>
<a
href =
"./examples/timit/s1"
>
u2-timit
</a>
<a
href =
"./examples/timit/s1"
>
u2-timit
</a>
</td>
</tr>
</tbody>
...
...
@@ -351,4 +351,3 @@ howpublished = {\url{https://github.com/PaddlePaddle/DeepSpeech}},
year=
{
2021
}
}
```
examples/aishell/s0/local/download_lm_ch.sh
浏览文件 @
754c0b56
...
...
@@ -9,12 +9,13 @@ URL='https://deepspeech.bj.bcebos.com/zh_lm/zh_giga.no_cna_cmn.prune01244.klm'
MD5
=
"29e02312deb2e59b3c8686c7966d4fe3"
TARGET
=
${
DIR
}
/zh_giga.no_cna_cmn.prune01244.klm
echo
"Download language model ..."
download
$URL
$MD5
$TARGET
echo
"Start downloading the language model. The language model is large, please wait for a moment ..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/aishell/s0/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_ch.sh
>
/dev/null 2>&1
bash
local
/download_lm_ch.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
examples/librispeech/s0/local/download_lm_en.sh
浏览文件 @
754c0b56
...
...
@@ -9,11 +9,13 @@ URL=https://deepspeech.bj.bcebos.com/en_lm/common_crawl_00.prune01111.trie.klm
MD5
=
"099a601759d467cd0a8523ff939819c5"
TARGET
=
${
DIR
}
/common_crawl_00.prune01111.trie.klm
echo
"
Download language model
..."
download
$URL
$MD5
$TARGET
echo
"
Start downloading the language model. The language model is large, please wait for a moment
..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/librispeech/s0/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_en.sh
>
/dev/null 2>&1
bash
local
/download_lm_en.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
examples/other/1xt2x/aishell/local/download_lm_ch.sh
浏览文件 @
754c0b56
...
...
@@ -10,11 +10,13 @@ MD5="29e02312deb2e59b3c8686c7966d4fe3"
TARGET
=
${
DIR
}
/zh_giga.no_cna_cmn.prune01244.klm
echo
"
Download language model
..."
download
$URL
$MD5
$TARGET
echo
"
Start downloading the language model. The language model is large, please wait for a moment
..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/other/1xt2x/aishell/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_ch.sh
>
/dev/null 2>&1
bash
local
/download_lm_ch.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
examples/other/1xt2x/baidu_en8k/local/download_lm_en.sh
浏览文件 @
754c0b56
...
...
@@ -9,11 +9,13 @@ URL=https://deepspeech.bj.bcebos.com/en_lm/common_crawl_00.prune01111.trie.klm
MD5
=
"099a601759d467cd0a8523ff939819c5"
TARGET
=
${
DIR
}
/common_crawl_00.prune01111.trie.klm
echo
"
Download language model
..."
download
$URL
$MD5
$TARGET
echo
"
Start downloading the language model. The language model is large, please wait for a moment
..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/other/1xt2x/baidu_en8k/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_en.sh
>
/dev/null 2>&1
bash
local
/download_lm_en.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
examples/other/1xt2x/librispeech/local/download_lm_en.sh
浏览文件 @
754c0b56
...
...
@@ -9,11 +9,13 @@ URL=https://deepspeech.bj.bcebos.com/en_lm/common_crawl_00.prune01111.trie.klm
MD5
=
"099a601759d467cd0a8523ff939819c5"
TARGET
=
${
DIR
}
/common_crawl_00.prune01111.trie.klm
echo
"
Download language model
..."
download
$URL
$MD5
$TARGET
echo
"
Start downloading the language model. The language model is large, please wait for a moment
..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/other/1xt2x/librispeech/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_en.sh
>
/dev/null 2>&1
bash
local
/download_lm_en.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
examples/tiny/s0/local/download_lm_en.sh
浏览文件 @
754c0b56
...
...
@@ -9,11 +9,13 @@ URL=https://deepspeech.bj.bcebos.com/en_lm/common_crawl_00.prune01111.trie.klm
MD5
=
"099a601759d467cd0a8523ff939819c5"
TARGET
=
${
DIR
}
/common_crawl_00.prune01111.trie.klm
echo
"
Download language model
..."
download
$URL
$MD5
$TARGET
echo
"
Start downloading the language model. The language model is large, please wait for a moment
..."
download
$URL
$MD5
$TARGET
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
"Fail to download the language model!"
exit
1
else
echo
"Download the language model sucessfully"
fi
...
...
examples/tiny/s0/local/test.sh
浏览文件 @
754c0b56
...
...
@@ -13,7 +13,7 @@ ckpt_prefix=$2
model_type
=
$3
# download language model
bash
local
/download_lm_en.sh
>
/dev/null 2>&1
bash
local
/download_lm_en.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录