Skip to content

Commit db8651d

Browse files
authored
Update README.md formulae
1 parent fca7862 commit db8651d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $$
1010
$$
1111

1212
$$
13-
\mathbf{y}^{(m)}\_t = \mathcal{P}^{(m)}\left( \left( \mathbf{s}^{(m')}\_{t-1} \right)\_{m'} , \left( \mathbf{g}^{(n)}\_{t} \right)\_{n} \right)
13+
\mathbf{y}^{(m)}\_t = \mathcal{P}^{(m)}\left( \left( \mathbf{s}^{(m')}\_{t-1} \right)\_{m' \in \{1..N_s\}} , \left( \mathbf{g}^{(n)}\_{t} \right)\_{n \in \{1..N_g\}} \right)
1414
$$
1515

1616
Typically the inputs are modified with a linear layer which is omitted here for flexibility (it would look like $\mathbf{x}^{n}\_t = \mathbf{W}^{n} \mathbf{x'}\_t$). This operation can be parallelized along the sequence dimension in contrary to the recurrent part, \\

0 commit comments

Comments
 (0)