alelab-upenn / graph-neural-networks

Library to implement graph neural networks in PyTorch
GNU General Public License v3.0
243 stars 61 forks source link

Add Semi-Supervised Learning method and DisenGCN architecture #11

Closed geonwooko closed 2 years ago

geonwooko commented 2 years ago

I want to train model by semi-supervised learning for link prediction. so, I add semi-supervised learning method in this packages. And I implement new GCN architecture called DisenGCN. Please review and accept pull requests. Thank you.