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

Hi! A fantastic work! My computer is Win10 OS, can I run the code without build the necessary c++ backend(make)? #3

Closed DLwbm123 closed 5 years ago

HongyangGao commented 5 years ago

Hi, there. Actually yes. I just follow the code from DGCNN. But in one of my latest project, I found that it does not rely on the c++ backend. I may update it later. You can try it if you are interested.