index_cn.rst 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
########
使用指南
########

..  todo::

如果您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络,本模块提供了一些 Fluid 的使用细节供您参考:

    - `基本概念 <../user_guides/howto/basic_concept/index_cn.html>`_ :介绍了Fluid的基本使用概念

    - `准备数据 <../user_guides/howto/prepare_data/index_cn.html>`_ :介绍使用 Fluid 训练网络时,数据的支持类型及传输方法

    - `配置简单的网络 <../user_guides/howto/configure_simple_model/index_cn.html>`_: 介绍如何针对问题建模,并利用 Fluid 中相关算子搭建网络

    - `训练神经网络 <../user_guides/howto/training/index_cn.html>`_:介绍如何使用 Fluid 进行单机训练、多机训练、以及保存和载入模型变量

    - `模型评估与调试 <../user_guides/howto/evaluation_and_debugging/index_cn.html>`_:介绍在 Fluid 下进行模型评估和调试的方法,包括:

基于 Fluid 复现的多领域经典模型:

    - `Fluid 模型库 <../user_guides/models/index_cn.html>`_

..  toctree::
    :hidden:

    howto/basic_concept/index_cn.rst
    howto/prepare_data/index_cn.rst
    howto/configure_simple_model/index_cn.rst
    howto/training/index_cn.rst
    howto/evaluation_and_debugging/index_cn.rst
    models/index_cn.rst