Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 3, 2021
1 parent ee105e1 commit afad470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ Performs the operation
\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)
```
where ``z_{ij}`` is the node and edge features concatenation
where ``\mathbf{z}_{ij}`` is the node and edge features concatenation
``[\mathbf{x}_i \| \mathbf{x}_j \| \mathbf{e}_{j\to i}]``
and ``\sigma`` is the sigmoid function.
The residual ``\mathbf{x}_i`` is added only if `residual=true` and the output size is the same
Expand Down

0 comments on commit afad470

Please sign in to comment.