index_cn.rst 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
########
进阶指南
########

如果您已比较熟练使用飞桨来完成常规任务,期望了解更多飞桨在工业部署方面的能力,或者尝试自己的二次开发,请阅读:

    - `数据准备 <../advanced_guide/data_preparing/index_cn.html>`_:介绍高效的同步异步数据读取方法

    - `分布式训练 <../advanced_guide/distributed_training/index_cn.html>`_ :介绍如何使用分布式训练

    - `预测与部署 <../advanced_guide/inference_deployment/index_cn.html>`_ :介绍如何应用训练好的模型进行预测

    - `性能调优 <../advanced_guide/performance_improving/index_cn.html>`_ :介绍飞桨使用过程中的调优方法

15
    - `模型评估/调试 <../advanced_guide/evaluation_debugging/index_cn.html>`_ :介绍模型评估与调试的典型方法
16

17
    - `二次开发 <../advanced_guide/addon_development/index_cn.html>`_ :介绍如何新增Operator和如何向飞桨开源社区贡献代码
18 19 20 21 22 23 24 25 26 27 28 29 30

    - `环境变量FLAGS <../advanced_guide/flags/index_cn.html>`_ 


..  toctree::
    :hidden:

    data_preparing/index_cn.rst
    distributed_training/index_cn.rst
    inference_deployment/index_cn.rst
    performance_improving/index_cn.rst
    evaluation_debugging/index_cn.rst
    addon_development/index_cn.rst
31
    flags/flags_cn.rst
32