Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
8c0923b8
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看板
提交
8c0923b8
编写于
6月 29, 2021
作者:
H
Hui Zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update gitignore; add gigaspeech
上级
e106f243
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
42 addition
and
1 deletion
+42
-1
examples/dataset/aidatatang_200zh/.gitignore
examples/dataset/aidatatang_200zh/.gitignore
+1
-1
examples/dataset/aishell/.gitignore
examples/dataset/aishell/.gitignore
+3
-0
examples/dataset/gigaspeech/.gitignore
examples/dataset/gigaspeech/.gitignore
+1
-0
examples/dataset/gigaspeech/README.md
examples/dataset/gigaspeech/README.md
+10
-0
examples/dataset/gigaspeech/gigaspeech.py
examples/dataset/gigaspeech/gigaspeech.py
+13
-0
examples/dataset/gigaspeech/run.sh
examples/dataset/gigaspeech/run.sh
+10
-0
examples/dataset/librispeech/.gitignore
examples/dataset/librispeech/.gitignore
+2
-0
examples/dataset/mini_librispeech/.gitignore
examples/dataset/mini_librispeech/.gitignore
+1
-0
examples/dataset/thchs30/.gitignore
examples/dataset/thchs30/.gitignore
+1
-0
未找到文件。
examples/dataset/aidatatang_200zh/.gitignore
浏览文件 @
8c0923b8
*.tgz
manifest.*
*.meta
aidatatang_200zh/
aidatatang_200zh/
\ No newline at end of file
examples/dataset/aishell/.gitignore
浏览文件 @
8c0923b8
data_aishell*
*.meta
manifest.*
*.tgz
\ No newline at end of file
examples/dataset/gigaspeech/.gitignore
0 → 100644
浏览文件 @
8c0923b8
GigaSpeech/
examples/dataset/gigaspeech/README.md
0 → 100644
浏览文件 @
8c0923b8
# [GigaSpeech](https://github.com/SpeechColab/GigaSpeech)
```
git clone https://github.com/SpeechColab/GigaSpeech.git
cd GigaSpeech
utils/gigaspeech_download.sh /disk1/audio_data/gigaspeech
toolkits/kaldi/gigaspeech_data_prep.sh --train-subset XL /disk1/audio_data/gigaspeech ../data
cd ..
```
examples/dataset/gigaspeech/gigaspeech.py
0 → 100644
浏览文件 @
8c0923b8
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
examples/dataset/gigaspeech/run.sh
0 → 100644
浏览文件 @
8c0923b8
#!/bin/bash
set
-e
curdir
=
$PWD
test
-d
GigaSpeech
||
git clone https://github.com/SpeechColab/GigaSpeech.git
cd
GigaSpeech
source
env_vars.sh
utils/gigaspeech_download.sh
${
curdir
}
/
examples/dataset/librispeech/.gitignore
浏览文件 @
8c0923b8
...
...
@@ -5,3 +5,5 @@ test-other
train-clean-100
train-clean-360
train-other-500
*.meta
manifest.*
examples/dataset/mini_librispeech/.gitignore
浏览文件 @
8c0923b8
...
...
@@ -2,3 +2,4 @@ dev-clean/
manifest.dev-clean
manifest.train-clean
train-clean/
*.meta
examples/dataset/thchs30/.gitignore
浏览文件 @
8c0923b8
...
...
@@ -3,3 +3,4 @@ manifest.*
data_thchs30
resource
test-noise
*.meta
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录