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
a0bf5daa
Unverified
Commit
a0bf5daa
authored
Apr 13, 2022
by
Tong He
Committed by
GitHub
Apr 13, 2022
Browse files
fix (#3903)
Co-authored-by:
Minjie Wang
<
wmjlyjemaine@gmail.com
>
parent
c380f0b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/hilander/models/graphconv.py
examples/pytorch/hilander/models/graphconv.py
+1
-1
No files found.
examples/pytorch/hilander/models/graphconv.py
View file @
a0bf5daa
...
@@ -19,7 +19,7 @@ class GraphConvLayer(nn.Module):
...
@@ -19,7 +19,7 @@ class GraphConvLayer(nn.Module):
srcfeat
,
dstfeat
=
feat
srcfeat
,
dstfeat
=
feat
else
:
else
:
srcfeat
=
feat
srcfeat
=
feat
dstfeat
=
feat
[:
graph
.
num_dst_nodes
()]
dstfeat
=
feat
[:
bipartite
.
num_dst_nodes
()]
graph
=
bipartite
.
local_var
()
graph
=
bipartite
.
local_var
()
graph
.
srcdata
[
'h'
]
=
srcfeat
graph
.
srcdata
[
'h'
]
=
srcfeat
...
...
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