From ddd95022c13f55752f87e93f2577a40ff12ae8cf Mon Sep 17 00:00:00 2001 From: gongweibao Date: Wed, 6 Jun 2018 21:44:10 -0500 Subject: [PATCH] add link (#11255) --- benchmark/fluid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/fluid/README.md b/benchmark/fluid/README.md index d3e157794..33d2228ca 100644 --- a/benchmark/fluid/README.md +++ b/benchmark/fluid/README.md @@ -29,7 +29,7 @@ Currently supported `--model` argument include: You can choose to use GPU/CPU training. With GPU training, you can specify `--gpus ` to run multi GPU training. * Run distributed training with parameter servers: - * see run_fluid_benchmark.sh as an example. + * see [run_fluid_benchmark.sh](https://github.com/PaddlePaddle/Paddle/blob/develop/benchmark/fluid/run_fluid_benchmark.sh) as an example. * start parameter servers: ```bash 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 -- GitLab