index.rst 1.7 KB
Newer Older
Y
yuyang18 已提交
1 2 3 4
########
使用指南
########

T
tink2123 已提交
5 6 7
==============
     概览
==============
Y
yuyang18 已提交
8 9
..  todo::

T
tink2123 已提交
10 11 12 13 14 15 16 17 18 19 20 21
如果您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络,本模块提供了一些 Fluid 的使用细节供您参考:


    - `Fluid 设计思想 <../user_guides/design_idea/fluid_design_idea.html>`_:介绍 Fluid 底层的设计思想,帮助用户更好的理解框架运作过程

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

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

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

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

T
tink2123 已提交
23 24 25 26 27
      - `模型评估 <../user_guides/howto/evaluation_and_debugging/evaluation/metrics.html>`_:介绍常用模型评估指标的构造方法
      - `Visual DL 工具 <../user_guides/howto/evaluation_and_debugging/debug/visualdl.html>`_:介绍如何利用 Visual DL 工具可视化训练过程

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

S
shanyi15 已提交
28
    - `Fluid 模型库 <../user_guides/models/index_cn.html>`_
T
tink2123 已提交
29 30 31 32 33


==============
     目录
==============
Y
yuyang18 已提交
34 35 36 37

..  toctree::
    :maxdepth: 2

Y
yuyang18 已提交
38 39 40
    howto/prepare_data/index
    howto/configure_simple_model/index
    howto/training/index
T
tink2123 已提交
41
    howto/evaluation_and_debugging/index
S
shanyi15 已提交
42
    models/index_cn.rst
43
    design_idea/fluid_design_idea.md