Benedekrozemberczki Pytorch Geometric Temporal Versions Save

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)

v0.54.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/benedekrozemberczki/pytorch_geometric_temporal/compare/v0.53.0...v0.54.0

v0.53.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/benedekrozemberczki/pytorch_geometric_temporal/compare/v0.52.0...v0.53.0

v0.52.0

2 years ago

v0.51.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/benedekrozemberczki/pytorch_geometric_temporal/compare/v0.50.0...v0.51.0

v0.50.0

2 years ago
  • Removed coupling to PyG 1.7.0
  • Removed coupling to PyTorch 1.7.
  • DevOps updated
  • Documentation and Installation guide updated

v_00042

2 years ago

What's Changed

  • Feature extension: Additional named attributes in Signal/Batch objects by @Flunzmas 🤖
  • Fixed EvolveGCN weight squeezing by @dtortorella 🌃
  • Updated the A3TGCN_example by @poteman 🎇
  • Make attention trainable in A3TGCN and make it support batches by @elmahyai 🌄

v_00041

2 years ago
  • Evolve GCN-O Fix of Weight Updates
  • Evolve GCN-H Fix of Weight Updates

v_00040

2 years ago
  • GMAN move out - hyperparameters are not fixed.

v_00039

2 years ago
  • Added DNNTSP from Predicting Temporal Sets with Deep Neural Networks (KDD 2020).
  • Added tests for DNNTSP.
  • DNNTSP Docs.
  • Updated the README.md.

v_00038

2 years ago
  • LRGCN Case Study
  • A3TGCN Case Study
  • TGCN Case Study
  • DCRNN Case Study
  • GCLSTM Case Study
  • GConvGRU Case Study
  • GConvLSTM Case Study
  • AGCRN Case Study
  • MPNN LSTM Case Study
  • EvolveGCNO Case Study
  • EvolveGCNH Case Study