|
|
|
@ -1,11 +1,37 @@
|
|
|
|
|
进阶使用
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
PaddlePaddle支持用户灵活地设置各种命令行参数,以实现对模型训练或预测流程的控制。使用方式请参考:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
cmd_parameter/index_cn.rst
|
|
|
|
|
|
|
|
|
|
PaddlePaddle支持在fabric集群、MPI集群、kubernetes集群上分布式训练任务,具体环境配置和使用说明请参考:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
cluster/index_cn.rst
|
|
|
|
|
|
|
|
|
|
PaddlePaddle提供了用于预测的C-API,关于C-API的使用,我们提供了如下指南:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
capi/index_cn.rst
|
|
|
|
|
|
|
|
|
|
PaddlePaddle支持多种灵活和高效的循环神经网络,具体配置使用方式请参考:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
rnn/index_cn.rst
|
|
|
|
|
|
|
|
|
|
关于如何使用内置的定时工具、nvprof 或 nvvp 来运行性能分析和调优,请参考:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
optimization/gpu_profiling_cn.rst
|
|
|
|
|