提交 5530212d 编写于 作者: G gongweibao

add others

上级 c98b40e4
......@@ -48,6 +48,8 @@
### 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
......@@ -55,7 +57,7 @@
| PServer Count | 3 | 6 |10 | 20 |
| -- | -- | -- | -- | -- |
| PaddlePaddle Fluid | 589.1 | 592.6 | 656.4 | 655.8 |
| PaddlePaddle v2 | - | - | 729.7 | - |
| PaddlePaddle v2 | 593.4 | 791.3 | 729.7 | 821.7 |
| TensorFlow | - | - | - | - |
......
......@@ -29,7 +29,7 @@ spec:
- name: TOPOLOGY
value: ""
- name: ENTRY
value: "python -u train.py"
value: "python train.py"
- name: TRAINER_PACKAGE
value: "/workspace"
- name: PADDLE_INIT_PORT
......
......@@ -30,7 +30,7 @@ spec:
- name: TOPOLOGY
value: ""
- name: ENTRY
value: "cd /workspace && MKL_NUM_THREADS=1 python -u /workspace/vgg16_v2.py"
value: "cd /workspace && MKL_NUM_THREADS=1 python /workspace/vgg16_v2.py"
- name: TRAINER_PACKAGE
value: "/workspace"
- name: PADDLE_INIT_PORT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册