We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3cfa7 commit de5bb60Copy full SHA for de5bb60
src/layers/conv.jl
@@ -590,7 +590,7 @@ The residual gated graph convolutional operator from the [Residual Gated Graph C
590
The layer's forward pass is given by
591
592
```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),
+\mathbf{x}_i' = act\big(U\mathbf{x}_i + \sum_{j \in N(i)} \eta_{ij} V \mathbf{x}_j\big),
594
```
595
where the edge gates ``\eta_{ij}`` are given by
596
0 commit comments