Brain-Cog-Lab / Conversion_Burst

This repository contains code from our paper Efficient and Accurate Conversion of Spiking Neural Network with Burst Spikes, published in IJCAI, 2022.
MIT License
18 stars 1 forks source link

Efficient and Accurate Conversion of Spiking Neural Network with Burst Spikes

This repository contains code from our paper titled "Efficient and Accurate Conversion of Spiking Neural Network with Burst Spikes" published in IJCAI, 2022.

Conversion_error

Files

Requirements

Run

Firstly, train an ANN

python CIFAR100_VGG16.py

Then, modify the model path in converted_CIFAR100_vgg.py and run

python converted_CIFAR100_vgg.py

Citation

If you use this code in your work, please cite the following paper, please cite it using

@article{li2022efficient,
      title={Efficient and Accurate Conversion of Spiking Neural Network with Burst Spikes}, 
      author={Yang Li and Yi Zeng},
      journal={arXiv preprint arXiv:2204.13271},
      year={2022},
}