Skip to content

Commit

Permalink
Merge branch 'dist_train_benchmark_vgg16' of https://github.com/typho…
Browse files Browse the repository at this point in the history
…onzero/Paddle into dist_train_benchmark_vgg16
  • Loading branch information
typhoonzero committed Feb 1, 2018
2 parents 7c2d32b + 747df80 commit 978396e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions benchmark/cluster/vgg16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,18 @@

### Different Pserver Count

- Trainer Count: 100
- Trainer Count: 60
- Batch Size: 128
- Metrics: mini-batch / sec

| PServer Count | 10 | 20 | 40 | 60 |
| PServer Count | 3 | 6 |10 | 20 |
| -- | -- | -- | -- | -- |
| PaddlePaddle Fluid | - | - | - | - |
| PaddlePaddle v2 | - | - | - | - |
| PaddlePaddle Fluid(should fix in next PR) | 589.1 | 592.6 | 656.4 | 655.8 |
| PaddlePaddle v2 | 593.4 | 791.3 | 729.7 | 821.7 |
| TensorFlow | - | - | - | - |

*The performance gap between Fuild and v2 comes from the network interference.*


## Steps to run the performance test

Expand Down

0 comments on commit 978396e

Please sign in to comment.