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

An error occurred while downloading the dataset arxiv! #467

Open Doehong opened 6 months ago

Doehong commented 6 months ago

i follow this example 100% (https://github.com/snap-stanford/ogb/blob/master/examples/nodeproppred/arxiv/gnn.py) and then give me a error as follow:


raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file


Additionally, I have obtained a folder in the current directory with the following contents dir url

plz help me ,i wanna use this dataset to do some experiment.

weihua916 commented 6 months ago

Can you delete those files and try again? It's likely that download of zipped folder was not successful.

RX28666 commented 6 months ago

Same problem during downloading ogbn-products, it seems this issue happens recently, didn't encounter this before. Deleting files doesn't work for me. Any help would be appreciated.

shexuan commented 5 months ago

Same problem during downloading ogbn-products, it seems this issue happens recently, didn't encounter this before. Deleting files doesn't work for me. Any help would be appreciated.

Did you solve it? I met this problem too

weihua916 commented 5 months ago

@shexuan Can you paste the error message?