pyg-team / pytorch_geometric

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

reproducing a NeurIPS2018 paper using pytorch_geometric #544

Open qiulesun opened 5 years ago

qiulesun commented 5 years ago

The newly published NeruIPS 2018 paper (https://www.biostat.wisc.edu/~yli/preprints/yin_nips2018_camera_ready.pdf) has been applied on three visual recognition tasks: sementic segmentation, object dection and instance segmentation. Could you consider implementing it and making it as part of your awesome API ?

rusty1s commented 5 years ago

I think this should be straightforward to implement in PyTorch Geometric, although I do not know if I find the time to implement it. Feel free to help out in designing a first draft :)