pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.34k stars 3.66k forks source link

Another Clustering Method Request #493

Open jlevy44 opened 5 years ago

jlevy44 commented 5 years ago

Here's another cool one: https://github.com/yl-1993/learn-to-cluster

Would be nice to implement in torch geometric.

rusty1s commented 5 years ago

Will look into it.

jlevy44 commented 5 years ago

http://openaccess.thecvf.com/content_ECCV_2018/papers/Chu_Wang_Local_Spectral_Graph_ECCV_2018_paper.pdf I'd also like to add the Spectral Graph Conv

Thanks!

No need to implement anything anytime soon, these are just ideas that I may help PR in the future.