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

Bug fix in EvolveGCNO/H: corrected self.weight update during forward pass #221

Closed rishiagarwal2000 closed 1 year ago

rishiagarwal2000 commented 1 year ago

Hi, We found a bug in the implementation of EvolveGCNO and EvolveGCNH, as described in the issue here. We have incorporated the necessary changes that fix the implementation.