You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/layers/conv.jl
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ with ``z_i`` a normalization factor.
273
273
274
274
In case `ein > 0` is given, edge features of dimension `ein` will be expected in the forward pass
275
275
and the attention coefficients will be calculated as
276
-
```
276
+
```math
277
277
\alpha_{ij} = \frac{1}{z_i} \exp(LeakyReLU(\mathbf{a}^T [W_e \mathbf{e}_{j\to i}; W \mathbf{x}_i; W \mathbf{x}_j]))
278
278
````
279
279
@@ -1071,17 +1071,18 @@ end
1071
1071
Graph mixture model convolution layer from the paper [Geometric deep learning on graphs and manifolds using mixture model CNNs](https://arxiv.org/abs/1611.08402)
0 commit comments