We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0165421 + 5fc1e38 commit bb60e92Copy full SHA for bb60e92
doc/howto/cmd_parameter/index_cn.rst
@@ -2,10 +2,25 @@
2
3
命令行参数设置
4
===============
5
+深度学习算法的实现有着多样化的特点,运行环境、运行阶段、模型结构、训练策略等等这些都是常见的变化因素。PaddlePaddle支持用户灵活地设置各种命令行参数,以实现对模型训练或预测流程的控制。
6
+
7
+在这一部分,首先以几个实际场景为例,展示了部分命令行参数的使用:
8
9
.. toctree::
10
:maxdepth: 1
11
12
use_case_cn.md
13
14
+接着对所有参数的使用场合进行概述和分类:
15
16
+.. toctree::
17
+ :maxdepth: 1
18
19
arguments_cn.md
20
21
+最后给出细节描述,详细解释这些参数的属性和意义:
22
23
24
25
26
detail_introduction_cn.md
0 commit comments