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
98954c56
Commit
98954c56
authored
Sep 02, 2019
by
MilkshakeForReal
Committed by
Zihao Ye
Sep 02, 2019
Browse files
[docs]update conv.py (#822)
* Update conv.py * Update conv.py change `oto` to `to
parent
36ec71a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/dgl/nn/pytorch/conv.py
python/dgl/nn/pytorch/conv.py
+2
-2
No files found.
python/dgl/nn/pytorch/conv.py
View file @
98954c56
...
@@ -1197,7 +1197,7 @@ class SGConv(nn.Module):
...
@@ -1197,7 +1197,7 @@ class SGConv(nn.Module):
bias : bool
bias : bool
If True, adds a learnable bias to the output. Default: ``True``.
If True, adds a learnable bias to the output. Default: ``True``.
norm : callable activation function/layer or None, optional
norm : callable activation function/layer or None, optional
If not None, applies normalization
o
to the updated node features.
If not None, applies normalization to the updated node features.
"""
"""
def
__init__
(
self
,
def
__init__
(
self
,
in_feats
,
in_feats
,
...
@@ -1607,7 +1607,7 @@ class DenseSAGEConv(nn.Module):
...
@@ -1607,7 +1607,7 @@ class DenseSAGEConv(nn.Module):
bias : bool
bias : bool
If True, adds a learnable bias to the output. Default: ``True``.
If True, adds a learnable bias to the output. Default: ``True``.
norm : callable activation function/layer or None, optional
norm : callable activation function/layer or None, optional
If not None, applies normalization
o
to the updated node features.
If not None, applies normalization to the updated node features.
activation : callable activation function/layer or None, optional
activation : callable activation function/layer or None, optional
If not None, applies an activation function to the updated node features.
If not None, applies an activation function to the updated node features.
Default: ``None``.
Default: ``None``.
...
...
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