forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PaddlePaddle#639 from luotao1/doc
refine doc_cn/ui/index.rst
- Loading branch information
Showing
9 changed files
with
17 additions
and
31 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,20 @@ | ||
PaddlePaddle的命令行参数 | ||
======================== | ||
命令 | ||
==== | ||
|
||
安装好PaddlePaddle后,在命令行直接敲击 ``paddle`` 或 ``paddle --help`` 会显示如下一些命令行参数。 | ||
安装好PaddlePaddle后,在命令行直接敲击 ``paddle`` 或 ``paddle --help`` 会显示如下一些命令。 | ||
|
||
* ``train`` Start a paddle_trainer | ||
启动一个PaddlePaddle训练进程。 ``paddle train`` 可以通过命令行参数 ``-local=true`` 启动一个单机的训练进程;也可以和 ``paddle pserver`` 一起使用启动多机的分布式训练进程。 | ||
* ``pserver`` Start a paddle_pserver_main | ||
在多机分布式训练下启动PaddlePaddle的parameter server进程。 | ||
* ``version`` Print paddle version | ||
用于打印当前PaddlePaddle的版本和编译选项相关信息。 | ||
用于打印当前PaddlePaddle的版本和编译选项相关信息。常见的输出格式如下:1)第一行说明了PaddlePaddle的版本信息;2)第二行开始说明了一些主要的编译选项,具体意义可以参考 `编译参数选项文件 <../../build_and_install/cmake/compile_options.html>`_ 。 | ||
|
||
.. literalinclude:: paddle_version.txt | ||
|
||
* ``merge_model`` Start a paddle_merge_model | ||
用于将PaddlePaddle的模型参数文件和模型配置文件打包成一个文件,方便做部署分发。 | ||
* ``dump_config`` Dump the trainer config as proto string | ||
用于将PaddlePaddle的模型配置文件以proto string的格式打印出来。 | ||
* ``make_diagram`` | ||
使用graphviz对PaddlePaddle的模型配置文件进行绘制。 | ||
|
||
更详细的介绍请参考各命令行参数文档。 | ||
|
||
.. toctree:: | ||
:glob: | ||
|
||
paddle_train.rst | ||
paddle_pserver.rst | ||
paddle_version.rst | ||
merge_model.rst | ||
dump_config.rst | ||
make_diagram.rst | ||
使用graphviz对PaddlePaddle的模型配置文件进行绘制。 |
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters