Skip to content

Commit de5bb60

Browse files
fix docstring
1 parent bb3cfa7 commit de5bb60

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
@@ -590,7 +590,7 @@ The residual gated graph convolutional operator from the [Residual Gated Graph C
590590
The layer's forward pass is given by
591591
592592
```math
593-
\mathbf{x}_i' = act\big(U\mathbf{xhttps://github.com/ArtLabBocconi/deepJuliaNN}_i + \sum_{j \in N(i)} \eta_{ij} V \mathbf{x}_j\big),
593+
\mathbf{x}_i' = act\big(U\mathbf{x}_i + \sum_{j \in N(i)} \eta_{ij} V \mathbf{x}_j\big),
594594
```
595595
where the edge gates ``\eta_{ij}`` are given by
596596

0 commit comments

Comments
 (0)