snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 397 forks source link

Question about the load of local dataset file By DglNodePropPredDataset #484

Open cmh14 opened 3 days ago

cmh14 commented 3 days ago

Hello sir, thank you for sharing these good datasets. Today I face some problems with running these codes: dataset = AsNodePredDataset(DglNodePropPredDataset("ogbn-products")) g = dataset[0] My network could not support the running of these codes. So I try to download the product.zip from the link of http://snap.stanford.edu/ogb/data/nodeproppred/products.zip and save it on a path like './dataset/product.zip' How can I let the code load the dataset from this path rather than download again.