Skip to content

Commit 0364a98

Browse files
Fix typo in docstring (#226)
* Fix typo * Update src/layers/conv.jl Co-authored-by: Carlo Lucibello <[email protected]>
1 parent a8863e3 commit 0364a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ The layer performs the following operation:
13291329
\mathbf{h}_i' &= \mathbf{h}_i + \phi_h(\mathbf{h}_i, \mathbf{m}_i)
13301330
\end{aligned}
13311331
```
1332-
where ``\mathbf{h}_i``, ``\mathbf{x}_i``, ``\mathbef{e}_{j\to i}`` are invariant node features, equivariance node
1332+
where ``\mathbf{h}_i``, ``\mathbf{x}_i``, ``\mathbf{e}_{j\to i}`` are invariant node features, equivariant node
13331333
features, and edge features respectively. ``\phi_e``, ``\phi_h``, and
13341334
``\phi_x`` are two-layer MLPs. `C` is a constant for normalization,
13351335
computed as ``1/|\mathcal{N}(i)|``.

0 commit comments

Comments
 (0)