Skip to content

Commit

Permalink
[GraphBolt] Fix typo in node_classification example. (dmlc#7165)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin authored Feb 28, 2024
1 parent d1bea9e commit ca35563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sampling/graphbolt/node_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def main(args):

# Load and preprocess dataset.
print("Loading data...")
dataset = gb.BuiltinDataset("ogbn-products").load()
dataset = gb.BuiltinDataset(args.dataset).load()

# Move the dataset to the selected storage.
if args.storage_device == "pinned":
Expand Down

0 comments on commit ca35563

Please sign in to comment.