File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Currently supported `--model` argument include:
29
29
You can choose to use GPU/CPU training. With GPU training, you can specify
30
30
` --gpus < gpu_num> ` to run multi GPU training.
31
31
* Run distributed training with parameter servers:
32
- * see run_fluid_benchmark.sh as an example.
32
+ * see [ run_fluid_benchmark.sh](https://github.com/PaddlePaddle/Paddle/blob/develop/benchmark/fluid/run_fluid_benchmark.sh) as an example.
33
33
* start parameter servers:
34
34
` ` ` bash
35
35
PADDLE_TRAINING_ROLE=PSERVER PADDLE_PSERVER_PORT=7164 PADDLE_PSERVER_IPS=127.0.0.1 PADDLE_TRAINERS=1 PADDLE_CURRENT_IP=127.0.0.1 PADDLE_TRAINER_ID=0 python fluid_benchmark.py --model mnist --device GPU --update_method pserver
You can’t perform that action at this time.
0 commit comments