pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.35k stars 3.66k forks source link

ResGatedGCN: Residual Gated Graph ConvNets #1247

Open DRRV opened 4 years ago

DRRV commented 4 years ago

🚀 Feature

Hi I was looking at the gnn below but was not able to find it. Am I right?

ResGatedGCN: Residual Gated Graph ConvNets An Experimental Study of Neural Networks for Variable Graphs (Xavier Bresson and Thomas Laurent, ICLR 2018) https://arxiv.org/pdf/1711.07553v2.pdf

https://github.com/graphdeeplearning/benchmarking-gnns/blob/master/layers/gated_gcn_layer.py

rusty1s commented 4 years ago

That's correct. Feel free to make a PR to implement it :)