index_en.rst 688 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
########
Guides
########

PaddlePaddle (PArallel Distributed Deep LEarning) is a
simple, efficient and extensible deep learning framework.

Please refer to  `PaddlePaddle Github <https://github.com/PaddlePaddle/Paddle>`_ for details, and  `Release Note <../release_note_en.html>`_ for features incorporated in current version.

Let's start with studying basic concept of PaddlePaddle:

- `migration tools <./migration_en.html>`_:how to use migration tools to upgrade your code.
13
- `dynamic to static <./dygraph_to_static/index_en.html>`_:how to convert your model from dynamic graph to static graph.
14 15 16 17 18

..  toctree::
    :hidden:

    migration_en.rst
19
    dynamic_to_static/index_en.rst