snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 398 forks source link

PygPCQM4MDataset vs PCQM4MDataset #128

Closed ZeynepP closed 3 years ago

ZeynepP commented 3 years ago

Hi,

I just wonder why PygPCQM4MDataset does not check "pre_processed_file_path" like in PCQM4MDataset?

Thanks Bests ZP

weihua916 commented 3 years ago

It's because Pytorch Geometric's InMemoryDataset already handles the checking.