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 ee105e1 commit afad470Copy full SHA for afad470
src/layers/conv.jl
@@ -637,7 +637,7 @@ Performs the operation
637
\mathbf{x}_i' = \mathbf{x}_i + \sum_{j\in N(i)}\sigma(W_f \mathbf{z}_{ij} + \mathbf{b}_f)\, act(W_s \mathbf{z}_{ij} + \mathbf{b}_s)
638
```
639
640
-where ``z_{ij}`` is the node and edge features concatenation
+where ``\mathbf{z}_{ij}`` is the node and edge features concatenation
641
``[\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
0 commit comments