HongyangGao / Graph-U-Nets

Pytorch implementation of Graph U-Nets (ICML19)
http://proceedings.mlr.press/v97/gao19a/gao19a.pdf
GNU General Public License v3.0
513 stars 100 forks source link

Adjacency Matrix Augmentation #7

Closed YannDubs closed 4 years ago

YannDubs commented 5 years ago

Hi I cannot seem to find where you augment the adjacency matrix. Could you please point me to the line in which you do it ? I wanted to check I fou you do A^2 or (A+I)^2

YannDubs commented 5 years ago

Furthermore, from the paper it is not clear in the unpooling if you reuse the corresponding augmented adjacency matrix or the non augmented version. Could you give more details about how you use graph augmentation (or point to some code) ? Thanks!

Yfhu1103 commented 5 years ago

Hi I cannot seem to find where you augment the adjacency matrix. Could you please point me to the line in which you do it ? I wanted to check I fou you do A^2 or (A+I)^2

I cannot see the augment too, if you have any idea, pls let me know, thanks!