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

dataset not available due to url issue #452

Closed insop closed 12 months ago

insop commented 1 year ago

It seems that http://snap.stanford.edu/ site is down and dataset is not available. Would there be a resolution to this any time soon?

Such as the following dataset are not available as a result.

Thank you,

url,http://snap.stanford.edu/ogb/data/nodeproppred/proteins.zip,http://snap.stanford.edu/ogb/data/nodeproppred/products.zip,http://snap.stanford.edu/ogb/data/nodeproppred/arxiv.zip,http://snap.stanford.edu/ogb/data/nodeproppred/mag.zip,http://snap.stanford.edu/ogb/data/nodeproppred/papers100M-bin.zip
HosseinMA96 commented 1 year ago

I have problem downloading data as well. I am trying to download "ogbn-arxiv" dataset for CS224W from this notebook:

https://colab.research.google.com/drive/1xHmpjVO-Z74NK-dH3qoUBTf-tKUPfOKW?usp=sharing#scrollTo=Gpc6bTm3GF02

magicmoo commented 1 year ago

It seems that all dataset is unavailable.

Rhett-Ying commented 1 year ago

Failed to download ogbn-arxiv: python3 -c "import dgl;from ogb.nodeproppred import DglNodePropPredDataset; ds = DglNodePropPredDataset('ogbn-arxiv')"

TaoLbr1993 commented 1 year ago

Same issue. The datasets ogbg-molhiv and ogbg-moltox21 are unavailable.

iser-mobile commented 1 year ago

Same problem. It has "urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>" Error when downloading dataset from http://snap.stanford.edu/ogb/data/graphproppred/csv_mol_download/hiv.zip

monotone-RK commented 1 year ago

I got the same error. I need to include the results of the evaluation using this dataset in my paper, and the deadline is approaching, so please resolve this issue as soon as possible.

kangarooCV commented 1 year ago

Please resolve this issue as soon as possible, the deadline for my paper is coming!

weihua916 commented 1 year ago

Thanks for letting us know. This is due to Stanford's maintenance: https://cs.stanford.edu/srcf-shutdown The server will be ready to use from July 4th again. Apologies for the inconvenience. Thanks for your patience.

jayeshchoudhari commented 1 year ago

Isn't there any other way to download these datasets?

weihua916 commented 12 months ago

The dataset server is up again. You can download the data now.