Skip to content

Commit 3c8bbd3

Browse files
legend06hvlshanyi15
authored andcommitted
Update index_en.rst (#9280)
* Update index_en.rst * Update index_en.rst Update refer to commits
1 parent ab5ecdf commit 3c8bbd3

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

doc/v2/howto/index_en.rst

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
11
HOW TO
2-
=======
2+
========
3+
4+
PaddlePaddle provides the users the ability to flexibly set various command line parameters to control the model training and inference process. Please refer to the following instructions on using PaddlePaddle:
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
cmd_parameter/index_cn.rst
10+
11+
PaddlePaddle supports distributed training tasks on fabric clusters, MPI clusters, and Kubernetes clusters. For detailed configuration and usage instructions, refer to:
12+
13+
.. toctree::
14+
:maxdepth: 1
15+
16+
cluster/index_cn.rst
17+
18+
PaddlePaddle provides a C-API for inference. We provide the following guidelines for using the C-API:
19+
20+
.. toctree::
21+
:maxdepth: 1
22+
23+
capi/index_cn.rst
24+
25+
PaddlePaddle supports a variety of flexible and efficient recurrent neural networks. For details, please refer to:
26+
27+
.. toctree::
28+
:maxdepth: 1
29+
30+
rnn/index_cn.rst
31+
32+
How to use the built-in timing tool, nvprof, or nvvp to run performance analysis and tuning, please refer to:
333

434
.. toctree::
535
:maxdepth: 1
636

7-
cmd_parameter/index_en.rst
8-
cluster/index_en.rst
9-
capi/index_en.rst
10-
rnn/index_en.rst
11-
optimization/gpu_profiling_en.rst
37+
optimization/gpu_profiling_cn.rst

0 commit comments

Comments
 (0)