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

..  todo::

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

C
Cheerego 已提交
9
    - `基本概念 <../user_guides/howto/basic_concept/index_cn.rst>`_ :介绍了Fluid的基本使用概念
T
tink2123 已提交
10 11 12 13 14 15 16 17

    - `准备数据 <../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 已提交
18

T
tink2123 已提交
19 20 21 22 23
      - `模型评估 <../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 已提交
24
    - `Fluid 模型库 <../user_guides/models/index_cn.html>`_
T
tink2123 已提交
25

Y
yuyang18 已提交
26
..  toctree::
S
shanyi15 已提交
27
    :hidden:
Y
yuyang18 已提交
28

C
Cheerego 已提交
29
    howto/basic_concept/index_cn.rst
Y
yuyang18 已提交
30 31 32
    howto/prepare_data/index
    howto/configure_simple_model/index
    howto/training/index
T
tink2123 已提交
33
    howto/evaluation_and_debugging/index
S
shanyi15 已提交
34
    models/index_cn.rst