Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
db022fac
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看板
未验证
提交
db022fac
编写于
5月 13, 2021
作者:
H
Hui Zhang
提交者:
GitHub
5月 13, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix doc (#611)
上级
90512c39
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
24 addition
and
24 deletion
+24
-24
README.md
README.md
+12
-12
README_cn.md
README_cn.md
+12
-12
未找到文件。
README.md
浏览文件 @
db022fac
...
...
@@ -21,24 +21,24 @@
*
python>=3.7
*
paddlepaddle>=2.1.0
Please see
[
install
](
doc
s
/install.md
)
.
Please see
[
install
](
doc/install.md
)
.
## Getting Started
Please see
[
Getting Started
](
doc
s/src/ge
ting_started.md
)
and
[
tiny egs
](
examples/tiny/README.md
)
.
Please see
[
Getting Started
](
doc
/src/get
ting_started.md
)
and
[
tiny egs
](
examples/tiny/README.md
)
.
## More Information
*
[
Install
](
doc
s
/src/install.md
)
*
[
Getting Started
](
doc
s
/src/getting_started.md
)
*
[
Data Prepration
](
doc
s
/src/data_preparation.md
)
*
[
Data Augmentation
](
doc
s
/src/augmentation.md
)
*
[
Ngram LM
](
doc
s
/src/ngram_lm.md
)
*
[
Server Demo
](
doc
s
/src/server.md
)
*
[
Benchmark
](
doc
s
/src/benchmark.md
)
*
[
Relased Model
](
doc
s
/src/released_model.md
)
*
[
FAQ
](
doc
s
/src/faq.md
)
*
[
Install
](
doc/src/install.md
)
*
[
Getting Started
](
doc/src/getting_started.md
)
*
[
Data Prepration
](
doc/src/data_preparation.md
)
*
[
Data Augmentation
](
doc/src/augmentation.md
)
*
[
Ngram LM
](
doc/src/ngram_lm.md
)
*
[
Server Demo
](
doc/src/server.md
)
*
[
Benchmark
](
doc/src/benchmark.md
)
*
[
Relased Model
](
doc/src/released_model.md
)
*
[
FAQ
](
doc/src/faq.md
)
## Questions and Help
...
...
@@ -52,4 +52,4 @@ DeepSpeech is provided under the [Apache-2.0 License](./LICENSE).
## Acknowledgement
We depends on many open source repos. See
[
References
](
docs/src/reference.md
)
for more information.
\ No newline at end of file
We depends on many open source repos. See
[
References
](
doc/src/reference.md
)
for more information.
\ No newline at end of file
README_cn.md
浏览文件 @
db022fac
...
...
@@ -22,23 +22,23 @@
*
python>=3.7
*
paddlepaddle>=2.1.0
参看
[
安装
](
doc
s
/install.md
)
。
参看
[
安装
](
doc/install.md
)
。
## 开始
请查看
[
Getting Started
](
doc
s/src/ge
ting_started.md
)
和
[
tiny egs
](
examples/tiny/README.md
)
。
请查看
[
Getting Started
](
doc
/src/get
ting_started.md
)
和
[
tiny egs
](
examples/tiny/README.md
)
。
## 更多信息
*
[
安装
](
doc
s
/src/install.md
)
*
[
开始
](
doc
s
/src/getting_started.md
)
*
[
数据处理
](
doc
s
/src/data_preparation.md
)
*
[
数据增强
](
doc
s
/src/augmentation.md
)
*
[
语言模型
](
doc
s
/src/ngram_lm.md
)
*
[
服务部署
](
doc
s
/src/server.md
)
*
[
Benchmark
](
doc
s
/src/benchmark.md
)
*
[
Relased Model
](
doc
s
/src/released_model.md
)
*
[
FAQ
](
doc
s
/src/faq.md
)
*
[
安装
](
doc/src/install.md
)
*
[
开始
](
doc/src/getting_started.md
)
*
[
数据处理
](
doc/src/data_preparation.md
)
*
[
数据增强
](
doc/src/augmentation.md
)
*
[
语言模型
](
doc/src/ngram_lm.md
)
*
[
服务部署
](
doc/src/server.md
)
*
[
Benchmark
](
doc/src/benchmark.md
)
*
[
Relased Model
](
doc/src/released_model.md
)
*
[
FAQ
](
doc/src/faq.md
)
## 问题和帮助
...
...
@@ -50,4 +50,4 @@ DeepSpeech遵循[Apache-2.0开源协议](./LICENSE)。
## 感谢
开发中参考一些优秀的仓库,详情参见
[
References
](
docs/src/reference.md
)
。
\ No newline at end of file
开发中参考一些优秀的仓库,详情参见
[
References
](
doc/src/reference.md
)
。
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录