pull/612/head
Hui Zhang 3 years ago committed by GitHub
parent 90512c3964
commit db022fac6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,24 +21,24 @@
* python>=3.7
* paddlepaddle>=2.1.0
Please see [install](docs/install.md).
Please see [install](doc/install.md).
## Getting Started
Please see [Getting Started](docs/src/geting_started.md) and [tiny egs](examples/tiny/README.md).
Please see [Getting Started](doc/src/getting_started.md) and [tiny egs](examples/tiny/README.md).
## More Information
* [Install](docs/src/install.md)
* [Getting Started](docs/src/getting_started.md)
* [Data Prepration](docs/src/data_preparation.md)
* [Data Augmentation](docs/src/augmentation.md)
* [Ngram LM](docs/src/ngram_lm.md)
* [Server Demo](docs/src/server.md)
* [Benchmark](docs/src/benchmark.md)
* [Relased Model](docs/src/released_model.md)
* [FAQ](docs/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.
We depends on many open source repos. See [References](doc/src/reference.md) for more information.

@ -22,23 +22,23 @@
* python>=3.7
* paddlepaddle>=2.1.0
参看 [安装](docs/install.md)。
参看 [安装](doc/install.md)。
## 开始
请查看 [Getting Started](docs/src/geting_started.md) 和 [tiny egs](examples/tiny/README.md)。
请查看 [Getting Started](doc/src/getting_started.md) 和 [tiny egs](examples/tiny/README.md)。
## 更多信息
* [安装](docs/src/install.md)
* [开始](docs/src/getting_started.md)
* [数据处理](docs/src/data_preparation.md)
* [数据增强](docs/src/augmentation.md)
* [语言模型](docs/src/ngram_lm.md)
* [服务部署](docs/src/server.md)
* [Benchmark](docs/src/benchmark.md)
* [Relased Model](docs/src/released_model.md)
* [FAQ](docs/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)。
开发中参考一些优秀的仓库,详情参见 [References](doc/src/reference.md)。
Loading…
Cancel
Save