gasteigerjo / ppnp

PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)
https://www.daml.in.tum.de/ppnp
MIT License
318 stars 53 forks source link

ValueError of graph.standarlize #4

Closed jtxtina closed 5 years ago

jtxtina commented 5 years ago
Screenshot 2019-10-27 at 23 49 44

So I encountered this "missing match of shape" error. And I failed to find fixes for such bugs online. Could you tell me how to solve it? Thank you so much!

gasteigerjo commented 5 years ago

This is a bug in SciPy that got introduced in version 1.3.0 and will be fixed in 1.4.0. https://github.com/scipy/scipy/issues/10910

I've implemented a workaround in 9684478.