pyg-team / pytorch_geometric

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

Pytorch implementation of DCRNN #112

Open yuqirose opened 5 years ago

yuqirose commented 5 years ago

Sequential graph neural networks for a directed graph sequence [ICLR 2018]

https://arxiv.org/abs/1707.01926

Tensorflow code here https://github.com/liyaguang/DCRNN Would be great to have a Pytorch version!

rusty1s commented 5 years ago

Thanks. Will look into it.

liyaguang commented 4 years ago

Hi @rusty1s, there is one pytorch implementation for reference, it will be great if we can have it integrated into pytorch_geometric.