pyg-team / pytorch_geometric

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

Differentiable Unpooling layer #674

Open zjhthu opened 5 years ago

zjhthu commented 5 years ago

🚀 Feature

It would be nice to add Differentiable Unpooling layer to this project. It is an ICCV paper and we have just released the code OANet. These lines are the reference implementation.

Motivation

It can be a counterpart to the Differentiable Pooling Layer implemented in this project.

rusty1s commented 5 years ago

Really cool, thanks for letting me know.