Unverified Commit a6daf822 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] fix feat_size fetch issue (#6469)

parent 963f8559
......@@ -631,7 +631,7 @@ def main(args):
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
# `institution` are generated in advance and stored in the feature store.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment