File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/fluid/user_guides/howto/training Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ NCCL2模式必要参数说明
247
247
248
248
.. code-block :: bash
249
249
250
- > PADDLE_NUM_TRAINERS=< TRAINER_COUNT> python -m paddle.distributed.launch train.py --gpus < NUM_GPUS_ON_HOSTS> < ENTRYPOINT_SCRIPT> --arg1 --arg2 ...
250
+ > PADDLE_NUM_TRAINERS=< TRAINER_COUNT> python -m paddle.distributed.launch --gpus < NUM_GPUS_ON_HOSTS> < ENTRYPOINT_SCRIPT> --arg1 --arg2 ...
251
251
252
252
253
253
NCCL2分布式训练注意事项
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ Attention during usage:
226
226
227
227
.. code-block :: bash
228
228
229
- > PADDLE_NUM_TRAINERS=< TRAINER_COUNT> python -m paddle.distributed.launch train.py --gpus < NUM_GPUS_ON_HOSTS> < ENTRYPOINT_SCRIPT> --arg1 --arg2 ...
229
+ > PADDLE_NUM_TRAINERS=< TRAINER_COUNT> python -m paddle.distributed.launch --gpus < NUM_GPUS_ON_HOSTS> < ENTRYPOINT_SCRIPT> --arg1 --arg2 ...
230
230
231
231
Important Notes on NCCL2 Distributed Training
232
232
++++++++++++++++++++++++++++++++++++++++++++++
You can’t perform that action at this time.
0 commit comments