From 0e80f74cb54fa4fdc1a1b3170392c8d433dee87d Mon Sep 17 00:00:00 2001 From: Helin Wang Date: Tue, 29 Aug 2017 16:07:26 -0700 Subject: [PATCH] change image size --- doc/design/ops/dist_train.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/ops/dist_train.md b/doc/design/ops/dist_train.md index 0380826b0..0bc350d8c 100644 --- a/doc/design/ops/dist_train.md +++ b/doc/design/ops/dist_train.md @@ -39,11 +39,11 @@ communicate with each other. We will need these OPs: *send*, *recv*, Below is an example of converting the user defined graph to the sub-graphs for the trainer and the parameter server: - + After converting: - + 1. The parameter variable W and it's optimizer subgraph are placed on the parameter server. 1. Operators are added to the sub-graphs. -- GitLab