Skip to content

Commit 836109d

Browse files
fix docs
1 parent 61ae0ef commit 836109d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers/conv.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ paper. In the forward pass, takes as inputs node features `x` and edge features
832832
updated features `x'` and `e'` according to
833833
834834
```math
835-
\mathbf{e}_{i\to j}' = \phi_e([\mathbf{x}_i; \mathbf{x}_j; \mathbf{e}_{i\to j}]),\\
836-
\mathbf{x}_{i}' = \phi_v([\mathbf{x}_i; \square_{j\in \mathcal{N}(i)\,\mathbf{e}_{j\to i}']).
835+
\mathbf{e}_{i\to j}' = \phi_e([\mathbf{x}_i;\, \mathbf{x}_j;\, \mathbf{e}_{i\to j}]),\\
836+
\mathbf{x}_{i}' = \phi_v([\mathbf{x}_i;\, \square_{j\in \mathcal{N}(i)}\,\mathbf{e}_{j\to i}']).
837837
```
838838
839839
`aggr` defines the aggregation to be performed.

0 commit comments

Comments
 (0)