Skip to content

Commit a81ec65

Browse files
doc fix
1 parent 2bfd278 commit a81ec65

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
@@ -394,9 +394,9 @@ end
394394
@doc raw"""
395395
GINConv(f, ϵ; aggr=+)
396396
397-
Graph Isomorphism convolutional layer from paper [How Powerful are Graph Neural Networks?](https://arxiv.org/pdf/1810.00826.pdf)
398-
397+
Graph Isomorphism convolutional layer from paper [How Powerful are Graph Neural Networks?](https://arxiv.org/pdf/1810.00826.pdf).
399398
399+
Implements the graph convolution
400400
```math
401401
\mathbf{x}_i' = f_\Theta\left((1 + \epsilon) \mathbf{x}_i + \sum_{j \in N(i)} \mathbf{x}_j \right)
402402
```

0 commit comments

Comments
 (0)