snap-stanford / deepsnap

Python library assists deep learning on graphs
https://snap.stanford.edu/deepsnap/
MIT License
542 stars 57 forks source link

CORA Node Classification example fails on old cpus #9

Closed frg100 closed 3 years ago

frg100 commented 3 years ago

When the CORA Node Classification example is run on old cpus (eg. madmax), the line that loads the dataset pyg_dataset = Planetoid('./cora', name, transform=T.TargetIndegree()), throws a Illegal instruction (core dumped) error

XinweiHe commented 3 years ago

Hi frg100, this looks like a pytorch geometric problem instead of a deepsnap problem.