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
4dddde67
Unverified
Commit
4dddde67
authored
May 16, 2023
by
鄢振宇Michael Yan
Committed by
GitHub
May 16, 2023
Browse files
[Doc] Fix a typo in edgeconv.py (#5643)
Co-authored-by:
Mufei Li
<
mufeili1996@gmail.com
>
parent
88587255
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/dgl/nn/tensorflow/conv/edgeconv.py
python/dgl/nn/tensorflow/conv/edgeconv.py
+2
-2
No files found.
python/dgl/nn/tensorflow/conv/edgeconv.py
View file @
4dddde67
...
...
@@ -56,8 +56,8 @@ class EdgeConv(layers.Layer):
Calling ``add_self_loop`` will not work for some graphs, for example, heterogeneous graph
since the edge type can not be decided for self_loop edges. Set ``allow_zero_in_degree``
to ``True`` for those cases to unblock the code and handle zer
e
-in-degree nodes manually.
A common practise to handle this is to filter out the nodes with zer
e
-in-degree when use
to ``True`` for those cases to unblock the code and handle zer
o
-in-degree nodes manually.
A common practise to handle this is to filter out the nodes with zer
o
-in-degree when use
after conv.
"""
...
...
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