vijaydwivedi75 / lrgb

Long Range Graph Benchmark, NeurIPS 2022 Track on D&B
MIT License
151 stars 17 forks source link

Link broken for PCQM-Contact #14

Open jiaqingxie opened 6 months ago

jiaqingxie commented 6 months ago

Hi. I found that the link for downloading PCQM-Contact seems to be broken, which is self.url = 'https://datasets-public-research.s3.us-east-2.amazonaws.com/PCQM4M/pcqm4m-contact.tsv.gz' at line 294 in pcqm4mv2_contact.py. Could you please check that? Thanks.

I also open the same issue in GraphGPS repo, where you could double check this issue. Thanks.

frinkleko commented 6 months ago

You can also check the LRGBDDataset interface offered in PyG, which also offers the PCQM-Contact dataset. However, that is not offered in .tsv format but in .pt or .pickple for other datasets.