GithubHelp home page GithubHelp logo

ann_snn_qcfs's Introduction

ANN_SNN_QCFS

Code for paper "Optimal ANN-SNN conversion for high-accuracy and ultra-low-latency spiking neural networks"

Reproducable and fix random seed. Use shared weight for ANN and SNN, easy to load and use. Compatiable with old version models.

To train L is the QCFS quantization step.

python main_train.py --epochs=300 -dev=0 -L=4 -data=cifar10

To test T controls the simluation step of SNN. If T=0, the model act as ANN and T>0 model act as SNN.

python main_test.py -id=vgg16_wd[0.0005] -data=cifar10 -T=8 -dev=0

Use default setting, a cifar10 vgg16 SNN is reported to be

  • T=2, Acc=90.94
  • T=4, Acc=94.01
  • T=8, Acc=95.01

Use default setting (need to change lr to 0.05), a cifar100 vgg16 SNN is reported to be

  • T=2, Acc=64.89
  • T=4, Acc=70.42
  • T=8, Acc=74.63
  • T=64,Acc=77.70

If there are any bugs for this new version, pls let me know.

One pretrained model at https://drive.google.com/drive/folders/1P-2egAraWtsQYNzp8lcJvZVEG_KLVV5Q?usp=sharing

The CIFAR100 training configuration is updated and the example models/logs are uploaded to google drive. Sorry for take that long time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.