Skip to content

Commit ee105e1

Browse files
doc fix
1 parent a81ec65 commit ee105e1

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
@@ -638,7 +638,7 @@ Performs the operation
638638
```
639639
640640
where ``z_{ij}`` is the node and edge features concatenation
641-
``[\mathbf{x}_i | \mathbf{x}_j | mathbf{e}_{j\to i}]``
641+
``[\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
644644
as the input size.

0 commit comments

Comments
 (0)