Skip to content

Commit 2bfd278

Browse files
doc fix
1 parent afae377 commit 2bfd278

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/layers/conv.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,12 +637,13 @@ Performs the operation
637637
\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)
638638
```
639639
640-
where ``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
640+
where ``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
644644
as the input size.
645645
646+
646647
# Arguments
647648
648649
- `nin`: The dimension of input node features.

0 commit comments

Comments
 (0)