From f31d3540b351b682320a1f0a589a439a4e184f0b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 6 Sep 2024 20:51:02 +0000 Subject: [PATCH] remove script --- examples/graphbolt/pyg/hetero/node_classification.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/graphbolt/pyg/hetero/node_classification.py b/examples/graphbolt/pyg/hetero/node_classification.py index 871d74df84ed..4166805c3f92 100644 --- a/examples/graphbolt/pyg/hetero/node_classification.py +++ b/examples/graphbolt/pyg/hetero/node_classification.py @@ -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"]