Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad zip file error while extracting papers100M data #480

Open
SakethVNS opened this issue May 9, 2024 · 0 comments
Open

Bad zip file error while extracting papers100M data #480

SakethVNS opened this issue May 9, 2024 · 0 comments

Comments

@SakethVNS
Copy link

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:
Screenshot 2024-05-09 175025

Using unzip command in linux:
Screenshot 2024-05-09 175131

Is there any way around this??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant