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

..  todo::

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

9
    - `LoD-Tensor概念 <../user_guides/howto/basic_concept/index_cn.html>`_ :介绍了Fluid LoD-Tensor的基本概念
T
tink2123 已提交
10

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

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

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

C
Cheerego 已提交
17
    - `DyGraph模式 <../user_guides/howto/dygraph/DyGraph.html>`_:介绍在 Fluid 下使用DyGraph
J
JiabinYang 已提交
18

Z
zq19 已提交
19
    - `模型评估与调试 <../user_guides/howto/evaluation_and_debugging/index_cn.html>`_:介绍在 Fluid 下进行模型评估和调试的方法。
J
JiabinYang 已提交
20

J
JiabinYang 已提交
21 22 23 24
基于 Fluid 复现的多领域经典模型:

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

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

C
Cheerego 已提交
28
    howto/basic_concept/index_cn.rst
29 30 31 32
    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
J
JiabinYang 已提交
33
    howto/dygraph/DyGraph.md
X
xsrobin 已提交
34
    models/index_cn.md