We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81ec65 commit ee105e1Copy full SHA for ee105e1
src/layers/conv.jl
@@ -638,7 +638,7 @@ Performs the operation
638
```
639
640
where ``z_{ij}`` is the node and edge features concatenation
641
-``[\mathbf{x}_i | \mathbf{x}_j | mathbf{e}_{j\to i}]``
+``[\mathbf{x}_i \| \mathbf{x}_j \| \mathbf{e}_{j\to i}]``
642
and ``\sigma`` is the sigmoid function.
643
The residual ``\mathbf{x}_i`` is added only if `residual=true` and the output size is the same
644
as the input size.
0 commit comments