danielegrattarola / spektral

Graph Neural Networks with Keras and Tensorflow 2.
https://graphneural.network
MIT License
2.37k stars 334 forks source link

Graculus pooling and how to pool the easiest way? #32

Open Matimath opened 4 years ago

Matimath commented 4 years ago

Hi @danielegrattarola , first of all great work. Do you have graculus pooling implemented (the one from Defferard's original ChebNet paper)? I could not find it, but it might be under different name.

danielegrattarola commented 4 years ago

Hi,

sorry for the late reply, I have been offline for a while. GRACLUS is not currently implemented in Spektral but it's definitely coming down the line along with a few others.

I'll leave the issue open and give you an update once it's released.

Cheers, Daniele