Skip to content

Commit 936dfcb

Browse files
committed
update
1 parent a54962d commit 936dfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/fluid/design/dist_train/async_update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ them while they are all calculated.
3131
instances and then send them.
3232
1. PServer would run an `Optimize Block` using a specified optimize algorithm to update
3333
the specified parameter.
34-
1. The trainer will fetch the parameter before running forward Op which depends on the specified
35-
parameter.
34+
1. The trainer will fetch latest parameter from PServer before running forward Op which depends
35+
on the specified parameter.
3636
1. Broadcast the received variable into multiple GPU cards and continue to run the next
3737
mini-batch.
3838

0 commit comments

Comments
 (0)