From 936dfcbe8e391b144751ee8ef0d97ce1c705328f Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Tue, 17 Apr 2018 10:32:11 +0800 Subject: [PATCH] update --- doc/fluid/design/dist_train/async_update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fluid/design/dist_train/async_update.md b/doc/fluid/design/dist_train/async_update.md index 0318ef33c2..6a0835b761 100644 --- a/doc/fluid/design/dist_train/async_update.md +++ b/doc/fluid/design/dist_train/async_update.md @@ -31,8 +31,8 @@ them while they are all calculated. instances and then send them. 1. PServer would run an `Optimize Block` using a specified optimize algorithm to update the specified parameter. -1. The trainer will fetch the parameter before running forward Op which depends on the specified -parameter. +1. The trainer will fetch latest parameter from PServer before running forward Op which depends +on the specified parameter. 1. Broadcast the received variable into multiple GPU cards and continue to run the next mini-batch. -- GitLab