From ccef94a376aed4bc8576597f05fc8b00e37ab999 Mon Sep 17 00:00:00 2001 From: gongweibao Date: Thu, 1 Feb 2018 16:42:39 +0800 Subject: [PATCH] add comments --- benchmark/cluster/vgg16/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/cluster/vgg16/README.md b/benchmark/cluster/vgg16/README.md index b0bdc0288f6..0d525e95225 100644 --- a/benchmark/cluster/vgg16/README.md +++ b/benchmark/cluster/vgg16/README.md @@ -48,18 +48,18 @@ ### different pserver number -*The performance gap between Fuild and v2 comes from the network interference.* - - Trainer Count: 60 - Batch Size: 128 - Metrics: mini-batch / sec | PServer Count | 3 | 6 |10 | 20 | | -- | -- | -- | -- | -- | -| PaddlePaddle Fluid | 589.1 | 592.6 | 656.4 | 655.8 | +| PaddlePaddle Fluid(should fixed 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 -- GitLab