benedekrozemberczki / pytorch_geometric_temporal

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

Implementation of T-GCN #238

Open aurorarossi opened 1 year ago

aurorarossi commented 1 year ago

Hello, when implementing the model of the paper https://arxiv.org/pdf/1811.05320.pdf why do you use a GCNConv for each update and reset gate and candidate state? Why not just take the output of a single GCNConv as input for the GRU part (as they do in the paper)?