From c95156e40ec24573f7d50753c7ae3d2b3aff4fdc Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Thu, 15 Mar 2018 10:25:41 +0800 Subject: [PATCH] update graph url --- doc/design/distributed_lookup_table_design.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/design/distributed_lookup_table_design.md b/doc/design/distributed_lookup_table_design.md index d33502759..a09f2818c 100644 --- a/doc/design/distributed_lookup_table_design.md +++ b/doc/design/distributed_lookup_table_design.md @@ -59,7 +59,9 @@ memcached, as the storage service, and we run the optimization algorithm on parameter servers of PaddlePaddle. The following figure illustrates the training process. -![Alt text](https://g.gravizo.com/svg? + + + Each trainer runs the forward and backward passes using their local data: -- GitLab