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

network setting for node classification #27

Open chengpei-wu opened 7 months ago

chengpei-wu commented 7 months ago

Thanks for your code, could you provide your implementation details for node classification? I can only find that for graph classification.