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
a6daf822
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "15d05be387d5e81235298d291aca88e278ca2767"
Unverified
Commit
a6daf822
authored
Oct 19, 2023
by
Rhett Ying
Committed by
GitHub
Oct 19, 2023
Browse files
[GraphBolt] fix feat_size fetch issue (#6469)
parent
963f8559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/sampling/graphbolt/rgcn/hetero_rgcn.py
examples/sampling/graphbolt/rgcn/hetero_rgcn.py
+1
-1
No files found.
examples/sampling/graphbolt/rgcn/hetero_rgcn.py
View file @
a6daf822
...
@@ -631,7 +631,7 @@ def main(args):
...
@@ -631,7 +631,7 @@ def main(args):
args
.
dataset
args
.
dataset
)
)
feat_size
=
features
.
size
(
"node"
,
None
,
"feat"
)[
0
]
feat_size
=
features
.
size
(
"node"
,
"paper"
,
"feat"
)[
0
]
# As `ogb-lsc-mag240m` is a large dataset, features of `author` and
# As `ogb-lsc-mag240m` is a large dataset, features of `author` and
# `institution` are generated in advance and stored in the feature store.
# `institution` are generated in advance and stored in the feature store.
...
...
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