Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
8341244a
Unverified
Commit
8341244a
authored
Aug 21, 2021
by
Rhett Ying
Committed by
GitHub
Aug 21, 2021
Browse files
[Doc] fix formula display issue in EdgeWeightNorm (#3275)
Co-authored-by:
Quan (Andy) Gan
<
coin2028@hotmail.com
>
parent
f67b1908
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/nn/pytorch/conv/graphconv.py
python/dgl/nn/pytorch/conv/graphconv.py
+1
-1
No files found.
python/dgl/nn/pytorch/conv/graphconv.py
View file @
8341244a
...
...
@@ -27,7 +27,7 @@ class EdgeWeightNorm(nn.Module):
And, setting ``norm='right'`` yields the following normalization term:
.. math::
c_{ji} = (\sum_{k\in\mathcal{N}(i)}
}
e_{ki})
c_{ji} = (\sum_{k\in\mathcal{N}(i)}e_{ki})
where :math:`e_{ji}` is the scalar weight on the edge from node :math:`j` to node :math:`i`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment