Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#148 from tink2123/add_api_guides
Browse files Browse the repository at this point in the history
add api_guides in index.rst
  • Loading branch information
tink2123 authored Oct 12, 2018
2 parents 17bbcc9 + b8a8217 commit 2aa8371
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
16 changes: 9 additions & 7 deletions doc/fluid/api_guides/high_low_level_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
Paddle目前有2套API接口:

- Low-level(底层) API:
- 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。
- 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章,
以及[models](https://github.com/PaddlePaddle/models)中的所有章节。
- 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。

- 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。
- 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章,以及[models](https://github.com/PaddlePaddle/models)中的所有章节。
- 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。

- High-level(高层)API:
- 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。
- 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。
- 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。

- 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。
- 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。
- 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。
9 changes: 9 additions & 0 deletions doc/fluid/api_guides/index_cn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
API Guide
=========

.. toctree::


:maxdepth: 1

high_low_level_api.md
3 changes: 2 additions & 1 deletion doc/fluid/index_cn.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. PaddlePaddle Fluid documentation master file, created by
.. PaddlePaddle Fluid documentation master file, created by
sphinx-quickstart on Thu Jun 7 17:04:53 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand All @@ -14,3 +14,4 @@
user_guides/index.rst
advanced_usage/index.rst
faq/index_cn.rst
api_guides/index_cn.rst

0 comments on commit 2aa8371

Please sign in to comment.