Skip to content

Commit

Permalink
[Graphbolt] Add igb-hom-[tiny|small|medium] to disk_based_feature (#7759
Browse files Browse the repository at this point in the history
)

Co-authored-by: Muhammed Fatih BALIN <[email protected]>
  • Loading branch information
BowenYao18 and mfbalin committed Aug 30, 2024
1 parent 647d8ea commit a719465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/graphbolt/disk_based_feature/node_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ def parse_args():
"ogbn-arxiv",
"ogbn-products",
"ogbn-papers100M",
"reddit",
"yelp",
"flickr",
"igb-hom-tiny",
"igb-hom-small",
"igb-hom-medium",
],
)
parser.add_argument("--root", type=str, default="datasets")
Expand Down

0 comments on commit a719465

Please sign in to comment.