Skip to content

Commit 0e80f74

Browse files
committed
change image size
1 parent 46034fa commit 0e80f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design/ops/dist_train.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ communicate with each other. We will need these OPs: *send*, *recv*,
3939
Below is an example of converting the user defined graph to the
4040
sub-graphs for the trainer and the parameter server:
4141

42-
<img src="src/local-graph.png"/>
42+
<img src="src/local-graph.png" width="300"/>
4343

4444
After converting:
4545

46-
<img src="src/dist-graph.png"/>
46+
<img src="src/dist-graph.png" width="500"/>
4747

4848
1. The parameter variable W and it's optimizer subgraph are placed on the parameter server.
4949
1. Operators are added to the sub-graphs.

0 commit comments

Comments
 (0)