Skip to content

update v2/howto/cmd_parameter/index_en.rst #9381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/v2/howto/cmd_parameter/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,25 @@

Set Command-line Parameters
===========================
The implementation of deep learning algorithms has a variety of characteristics, such as running environment, running stage, structure of the model and the traning strategy. PaddlePaddle supports the user to set various command-line parameters flexibly, which helps to achieve control of the model training or prediction process.

In this part, we take several actual scenarios as an example, and the use of some command-line parameters is displayed:

.. toctree::
:maxdepth: 1

use_case_en.md

Then, we summarize and classify the use of all command-line parameters:

.. toctree::
:maxdepth: 1

arguments_en.md

Finally, the detailed descriptions are given, and we try to explain the propeties and significance of these command-line parameters in detail:

.. toctree::
:maxdepth: 1

detail_introduction_en.md