You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: