benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.61k stars 367 forks source link

Which Recurrent Graph Convolution is preferable for regression problems? #184

Closed AndreaPi closed 1 year ago

AndreaPi commented 2 years ago

PyTorch Geometric Temporal supports a lot of Recurrent Graph Convolution layers. I have a static graph dataset, with ∼ 2000 timesteps and ∼ 500 nodes. Which Recurrent Graph Convolution should I try first? DCRNN, GConvGRU and GConvLSTM seem to be used in most of the examples. Which one would you try first?