Skip to content

Commit 8891c8b

Browse files
authored
Merge pull request #9225 from jacquesqiao/move-distributed-lookup-table-design
move distributed lookup table design to fluid/dist_train
2 parents eff2aef + 839f4fa commit 8891c8b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/design/distributed_lookup_table_design.md renamed to doc/fluid/design/dist_train/distributed_lookup_table_design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lookup of rows.
2626
The following figure illustrates the multiplication of x with two
2727
non-zero elements, or say, two symbols, and a lookup table W:
2828

29-
![lookup table](./lookup_table.png)
29+
![lookup table](./src/lookup_table.png)
3030

3131
### The Backward Algorithm
3232

@@ -42,7 +42,7 @@ or some more sophisticated algorithms that rely on both W' and W:
4242
$$W = f(W, W')$$
4343

4444
The following figure illustrates the backward pass of the lookup
45-
operator: ![lookup table training](./lookup_table_training.png)
45+
operator: ![lookup table training](./src/lookup_table_training.png)
4646

4747
## Distributed Storage Service
4848

0 commit comments

Comments
 (0)