提交 0cf46c86 编写于 作者: T Travis CI

Deploy to GitHub Pages: bb60e920

上级 04493dc8
......@@ -7,10 +7,6 @@ it proposes some high-level concepts such as `Layers <http://www.paddlepaddle.or
A model is composed of the computation described by a group of `Layers`, with `Evaluator` to define the error, `Optimizer` to update the parameters and `Data Reader` to feed in the data.
We also provide the `interface for Training and Inference <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html>`_ to help control the training and inference phrase,
it has several easy to use methods
it has several easy to use methods to better expose the internal running details, different `events <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event>`_ are available to users by writing some callbacks.
- `paddle.train`
- `paddle.test`
- `paddle.infer`
to better expose the internal running details, different `events <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event>`_ are available to users by writing some callbacks.
All in all, the V2 API gives a higher abstraction and make PaddlePaddle programs require fiew lines of code.
......@@ -176,13 +176,8 @@
it proposes some high-level concepts such as <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/config/layer.html">Layers</a> , <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/config/optimizer.html">Optimizer</a> , <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/config/evaluators.html">Evaluator</a> and <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/data/data_reader.html">Data Reader</a> to make the model configuration more familiar to users.</p>
<p>A model is composed of the computation described by a group of <cite>Layers</cite>, with <cite>Evaluator</cite> to define the error, <cite>Optimizer</cite> to update the parameters and <cite>Data Reader</cite> to feed in the data.</p>
<p>We also provide the <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html">interface for Training and Inference</a> to help control the training and inference phrase,
it has several easy to use methods</p>
<ul class="simple">
<li><cite>paddle.train</cite></li>
<li><cite>paddle.test</cite></li>
<li><cite>paddle.infer</cite></li>
</ul>
<p>to better expose the internal running details, different <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event">events</a> are available to users by writing some callbacks.</p>
it has several easy to use methods to better expose the internal running details, different <a class="reference external" href="http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event">events</a> are available to users by writing some callbacks.</p>
<p>All in all, the V2 API gives a higher abstraction and make PaddlePaddle programs require fiew lines of code.</p>
</div>
......
此差异已折叠。
......@@ -2,10 +2,25 @@
命令行参数设置
===============
深度学习算法的实现有着多样化的特点,运行环境、运行阶段、模型结构、训练策略等等这些都是常见的变化因素。PaddlePaddle支持用户灵活地设置各种命令行参数,以实现对模型训练或预测流程的控制。
在这一部分,首先以几个实际场景为例,展示了部分命令行参数的使用:
.. toctree::
:maxdepth: 1
use_case_cn.md
接着对所有参数的使用场合进行概述和分类:
.. toctree::
:maxdepth: 1
arguments_cn.md
最后给出细节描述,详细解释这些参数的属性和意义:
.. toctree::
:maxdepth: 1
detail_introduction_cn.md
......@@ -203,10 +203,22 @@
<div class="section" id="cmd-line-index">
<span id="id1"></span><h1>命令行参数设置<a class="headerlink" href="#cmd-line-index" title="永久链接至标题"></a></h1>
<p>深度学习算法的实现有着多样化的特点,运行环境、运行阶段、模型结构、训练策略等等这些都是常见的变化因素。PaddlePaddle支持用户灵活地设置各种命令行参数,以实现对模型训练或预测流程的控制。</p>
<p>在这一部分,首先以几个实际场景为例,展示了部分命令行参数的使用:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="use_case_cn.html">使用案例</a></li>
</ul>
</div>
<p>接着对所有参数的使用场合进行概述和分类:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="arguments_cn.html">参数概述</a></li>
</ul>
</div>
<p>最后给出细节描述,详细解释这些参数的属性和意义:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="detail_introduction_cn.html">细节描述</a></li>
</ul>
</div>
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册