Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 578 Bytes

Dynamic Reactive Spiking Graph Neural Network

This is the pytorch implementation of Dynamic Reactive Spiking Graph Neural Network (DRSGNN) model that is published in AAAI 2024.

Requirements

cuda 11.1
python 3.6
pytorch 1.8.0

Reference

@inproceedings{zhao2024dynamic,
  title={Dynamic Reactive Spiking Graph Neural Network},
  author={Zhao, Han and Yang, Xu and Deng, Cheng and Yan, Junchi},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={15},
  pages={16970--16978},
  year={2024}
}