Skip to content

Commit cc1e949

Browse files
committed
update figure
1 parent 282aa96 commit cc1e949

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/fluid/design/dist_train/prefetch_parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The processing flow of `lookup remote table` is as follows:
3232

3333
- **Distributed Transpiler** would split the large parameters
3434
(`weight`) into some partitioned parameters (`weight_0`, `weight_1`, `weight_2`) as shown in the figure above.
35-
- We can use `round-robin` to distribute the partitioned parameter.
35+
- We can use some algorithms to distribute the partitioned parameters, such as `round-robin` or `hash-name`.
3636

3737
1. pre-fetching parameter at the beginning of each mini-batch
3838

Binary file not shown.

0 commit comments

Comments
 (0)