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
Hi, I have tried to download ogbn-papers100M data using
"from ogb.nodeproppred import NodePropPredDataset
dataset = NodePropPredDataset(name = 'ogbn-papers100M')" - Using this it doesn't download entire data and throws error during extraction
Hi, I have tried to download ogbn-papers100M data using
"from ogb.nodeproppred import NodePropPredDataset
dataset = NodePropPredDataset(name = 'ogbn-papers100M')" - Using this it doesn't download entire data and throws error during extraction
I have also tried to download from the link used by ogb library "http://snap.stanford.edu/ogb/data/nodeproppred/papers100M-bin.zip" using "wget --tries=inf http://snap.stanford.edu/ogb/data/nodeproppred/papers100M-bin.zip";
After many retries the zip file is downloaded, but when I extract the file manually or give the zip file in the path of NodePropPredDataset it throws CRC error
Attaching error shown during manual extraction:
Using 7-zip:
Using unzip command in linux:
Is there any way around this??
The text was updated successfully, but these errors were encountered: