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

Have you provided the tensorflow version? #11

Closed zem007 closed 4 years ago

zem007 commented 4 years ago

hi, thanks for providing your codes. but how can I find the tensorflow version of codes?

ps: In the down sampling process, scores = self.sigmoid(scores/100). where is the 100 comes from? Does that mean the projection vector ||p|| = 100 by your default? why?