Skip to content

Commit 549b7ac

Browse files
committed
Merge branch 'EdgeWeightNorm' of https://github.com/rbSparky/GraphNeuralNetworks.jl into EdgeWeightNorm
2 parents 71f5455 + 7ca7589 commit 549b7ac

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
@@ -1195,7 +1195,7 @@ norm_both = `false` yields the following normalization term:
11951195
```math
11961196
c_{ji} = (\sum_{k\in\mathcal{N}(i)}e_{ki})
11971197
```
1198-
where ``e_ji`` is the scalar weight on the edge from node j to node i.
1198+
where ``e_{ji}`` is the scalar weight on the edge from node j to node i.
11991199
12001200
Return value is the normalized weight ``e_{ji} / c_{ji}`` for all edges in vector form.
12011201

0 commit comments

Comments
 (0)