From 5cf5ad3b14568e931d40a124485433916f03ecaa Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Thu, 15 Mar 2018 09:50:32 +0800 Subject: [PATCH] update digraph format for markdown --- doc/design/distributed_lookup_table_design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/distributed_lookup_table_design.md b/doc/design/distributed_lookup_table_design.md index 92f2e8f848a..d3350275935 100644 --- a/doc/design/distributed_lookup_table_design.md +++ b/doc/design/distributed_lookup_table_design.md @@ -59,7 +59,7 @@ memcached, as the storage service, and we run the optimization algorithm on parameter servers of PaddlePaddle. The following figure illustrates the training process. - +) Each trainer runs the forward and backward passes using their local data: -- GitLab