lyh983012 / SNN-ANN-Pretrain

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}
}

About

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

License:MIT License


Languages

Language:Jupyter Notebook 54.6%Language:Python 45.4%