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

GIN examples does not seem to work anymore #378

Closed chrsmrrs closed 1 year ago

chrsmrrs commented 1 year ago

I tried out running python main_pyg.py using Python 3.10.4 Pytorch Geometric 2.0.4 from https://github.com/snap-stanford/ogb/tree/master/examples/graphproppred/mol. However, I do not get any output.

chrsmrrs commented 1 year ago

Solved by installing from master.

weihua916 commented 1 year ago

Glad to know that. Closing it for now. Please share here if you know what caused the issue.