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

It promotes that Segmentation fault (core dumped) when from ogb.nodeproppred import DglNodePropPredDataset #466

Open fei-wang-1314 opened 6 months ago

fei-wang-1314 commented 6 months ago

dgl: 0.9.1post1 ogb: 0.9.1post1 OS: ubuntu 18.04

When executing the cmd: from ogb.nodeproppred import DglNodePropPredDataset, it promotes the error: Segmentation fault (core dumped).

Would you like to help me? Thanks