Unverified Commit ca355639 authored by Muhammed Fatih BALIN's avatar Muhammed Fatih BALIN Committed by GitHub
Browse files

[GraphBolt] Fix typo in node_classification example. (#7165)

parent d1bea9e8
...@@ -402,7 +402,7 @@ def main(args): ...@@ -402,7 +402,7 @@ def main(args):
# Load and preprocess dataset. # Load and preprocess dataset.
print("Loading data...") print("Loading data...")
dataset = gb.BuiltinDataset("ogbn-products").load() dataset = gb.BuiltinDataset(args.dataset).load()
# Move the dataset to the selected storage. # Move the dataset to the selected storage.
if args.storage_device == "pinned": if args.storage_device == "pinned":
......
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