mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-05 21:52:06 +00:00
[doc] Fix typo (#5361)
This commit is contained in:
parent
7303801854
commit
69e3ad01ed
@ -19,10 +19,8 @@
|
|||||||
当第二个线性层 $Z=YB$ 跟随上述列并行层的时候, 我们把 $B$ 划分为
|
当第二个线性层 $Z=YB$ 跟随上述列并行层的时候, 我们把 $B$ 划分为
|
||||||
$$
|
$$
|
||||||
\left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
|
\left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
|
||||||
```
|
|
||||||
这就是所谓的行并行方式.
|
|
||||||
$$
|
$$
|
||||||
|
这就是所谓的行并行方式.
|
||||||
为了计算
|
为了计算
|
||||||
$$
|
$$
|
||||||
Z = [Y_1 ~ Y_2] \left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
|
Z = [Y_1 ~ Y_2] \left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
|
||||||
|
Loading…
Reference in New Issue
Block a user