Skip to content

Commit afad470

Browse files
doc fix
1 parent ee105e1 commit afad470

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
@@ -637,7 +637,7 @@ 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
640+
where ``\mathbf{z}_{ij}`` is the node and edge features concatenation
641641
``[\mathbf{x}_i \| \mathbf{x}_j \| \mathbf{e}_{j\to i}]``
642642
and ``\sigma`` is the sigmoid function.
643643
The residual ``\mathbf{x}_i`` is added only if `residual=true` and the output size is the same

0 commit comments

Comments
 (0)