Skip to content

Commit

Permalink
remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 6, 2024
1 parent 071d055 commit f31d354
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/graphbolt/pyg/hetero/node_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ def create_dataloader(
datapipe = datapipe.copy_to(device=device)
need_copy = False

# if args.dataset == "ogb-lsc-mag240m":
# node_feature_keys = {
# "paper": ["feat"],
# "author": ["feat"],
# "institution": ["feat"],
# }
node_feature_keys = {"paper": ["feat"], "author": ["feat"]}
if args.dataset == "ogb-lsc-mag240m":
node_feature_keys["institution"] = ["feat"]
Expand Down

0 comments on commit f31d354

Please sign in to comment.