index_en.rst 1.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
..  _user_guide_en_:

####################
Advanced User Guides
####################

..  todo::

So far you have already been familiar with PaddlePaddle. And the next expectation, read more on:

11
    - `Prepare Data <data_preparing/index_en.html>`_:How to prepare the data efficiently.
12

13
    - `Distributed Training <distributed_training/index_en.html>`_ :How to apply the distributed training in your projects.
14

15
    - `Deploy Inference Model  <inference_deployment/index_en.html>`_ :How to deploy the trained network to perform practical inference
16

17
    - `Practice Improving  <performance_improving/index_en.html>`_ :How to do profiling for Fluid programs
18

19
    - `Model Evaluation and Debugging <evaluation_debugging/index_en.html>`_ :How to evaluate your program.
20

21
    - `Addon Development <addon_development/index_en.html>`_ :How to contribute codes and documentation to our communities
22

23
    - `FLAGS <flags/flags_en.html>`_ 
24 25 26 27 28 29 30 31 32 33 34


..  toctree::
    :hidden:

    data_preparing/index_en.rst
    distributed_training/index_en.rst
    inference_deployment/index_en.rst
    performance_improving/index_en.rst
    evaluation_debugging/index_en.rst
    addon_development/index_en.rst
35
    flags/flags_en.rst
36 37