Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.84 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.84 KB

SNN-ANN-Pretrain

official pytorch implements for the experiments of paper "Rethinking Pretraining as a Bridge from ANNs to SNNs"

checkpoints download: google driver

Latest News

Th paper has been accepted by IEEE Transactions on Neural Networks and Learning Systems image

Instructions

  • Note: codes for Experiments 2 on Es-ImageNet (pipe-D) an the checkpoints of models can be found in ES-ImageNet-Master
  • Data avaiablity:
    • ES-ImageNet: see ES-ImageNet-Master
    • ES-UCF101: google drive
  • This repository is still in constructing...

Performance

image image image image

Citation

If you find this code useful in your research, please consider citing and here is an example BibTeX entry:

@article{lin2022rethinking,
  title={Rethinking pretraining as a bridge from anns to snns},
  author={Lin, Yihan and Hu, Yifan and Ma, Shijie and Yu, Dongjie and Li, Guoqi},
  journal={IEEE Transactions on Neural Networks and Learning Systems},
  year={2022},
  publisher={IEEE}
}