You need to sign in or sign up before continuing.
index_en.rst 1015 字节
Newer Older
1
HOW TO
L
legend06hvl 已提交
2 3 4 5 6 7 8
========

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:

..  toctree::
  :maxdepth: 1

A
Abhinav Arora 已提交
9
  cmd_parameter/index_en.rst
L
legend06hvl 已提交
10 11 12 13 14 15

PaddlePaddle supports distributed training tasks on fabric clusters, MPI clusters, and Kubernetes clusters. For detailed configuration and usage instructions, refer to:

..  toctree::
  :maxdepth: 1

A
Abhinav Arora 已提交
16
  cluster/index_en.rst
L
legend06hvl 已提交
17 18 19 20 21 22

PaddlePaddle provides a C-API for inference. We provide the following guidelines  for using the C-API:

..  toctree::
  :maxdepth: 1

A
Abhinav Arora 已提交
23
  capi/index_en.rst
L
legend06hvl 已提交
24 25 26 27 28 29

PaddlePaddle supports a variety of flexible and efficient recurrent neural networks. For details, please refer to:

..  toctree::
  :maxdepth: 1

A
Abhinav Arora 已提交
30
  rnn/index_en.rst
L
legend06hvl 已提交
31 32

How to use the built-in timing tool, nvprof, or nvvp to run performance analysis and tuning, please refer to:
L
liaogang 已提交
33

34 35 36
..  toctree::
  :maxdepth: 1

A
Abhinav Arora 已提交
37
  optimization/gpu_profiling_en.rst