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

RecurrentGCN has no previous time characteristics #202

Closed czwangry123 closed 1 year ago

czwangry123 commented 1 year ago

Each time the parameter is passed into the Recurrent GCN network, the value of hidden state H is always 0, and the time series characteristics of the previous time are not reflected in the second time series

czwangry123 commented 1 year ago

image