提交 839f4fa2 编写于 作者: Q qiaolongfei

move distributed lookup table design to fluid/dist_train

上级 b3f076a6
...@@ -26,7 +26,7 @@ lookup of rows. ...@@ -26,7 +26,7 @@ lookup of rows.
The following figure illustrates the multiplication of x with two The following figure illustrates the multiplication of x with two
non-zero elements, or say, two symbols, and a lookup table W: non-zero elements, or say, two symbols, and a lookup table W:
![lookup table](./lookup_table.png) ![lookup table](./src/lookup_table.png)
### The Backward Algorithm ### The Backward Algorithm
...@@ -42,7 +42,7 @@ or some more sophisticated algorithms that rely on both W' and W: ...@@ -42,7 +42,7 @@ or some more sophisticated algorithms that rely on both W' and W:
$$W = f(W, W')$$ $$W = f(W, W')$$
The following figure illustrates the backward pass of the lookup The following figure illustrates the backward pass of the lookup
operator: ![lookup table training](./lookup_table_training.png) operator: ![lookup table training](./src/lookup_table_training.png)
## Distributed Storage Service ## Distributed Storage Service
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册