benedekrozemberczki / awesome-graph-classification

A collection of important graph embedding, classification and representation learning papers with implementations.
Creative Commons Zero v1.0 Universal
4.75k stars 742 forks source link

Missing SAGPool #6

Closed choltz95 closed 5 years ago

choltz95 commented 5 years ago

Attention-based pooling operator without having to learn n^2 cluster-assignment matrix as in DiffPool. paper: https://arxiv.org/abs/1904.08082 code: https://github.com/inyeoplee77/SAGPool

benedekrozemberczki commented 5 years ago

Thank You! I will add it.

benedekrozemberczki commented 5 years ago

Added.