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
34dfaf75
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "36daf66f6216bad4d30651311bcb87aa45dd33d5"
Commit
34dfaf75
authored
Jun 08, 2019
by
Zihao Ye
Committed by
Quan (Andy) Gan
Jun 08, 2019
Browse files
quick-fix (#620)
parent
5ea7a250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/dgl/nn/pytorch/conv.py
python/dgl/nn/pytorch/conv.py
+2
-1
No files found.
python/dgl/nn/pytorch/conv.py
View file @
34dfaf75
...
@@ -149,5 +149,6 @@ class GraphConv(nn.Module):
...
@@ -149,5 +149,6 @@ class GraphConv(nn.Module):
"""
"""
summary
=
'in={_in_feats}, out={_out_feats}'
summary
=
'in={_in_feats}, out={_out_feats}'
summary
+=
', normalization={_norm}'
summary
+=
', normalization={_norm}'
summary
+=
', activation={_activation}'
if
'_activation'
in
self
.
__dict__
:
summary
+=
', activation={_activation}'
return
summary
.
format
(
**
self
.
__dict__
)
return
summary
.
format
(
**
self
.
__dict__
)
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