putshua / ANN_SNN_QCFS

Code for paper "Optimal ANN-SNN conversion for high-accuracy and ultra-low-latency spiking neural networks"
19 stars 5 forks source link

unable to reproduce the result on CIFAR-100 with the same settings in the paper #1

Open Berumotto1 opened 11 months ago

Berumotto1 commented 11 months ago

In the experiment of VGG16 on CIFAR100, I set the l=4, init_threshold=4, seed=42, the acc of SNN at T=2 is 0.0100 and the acc of SNN at T=64 is 0.7534(0.7705 in the paper). In the experiment of ResNet20 on CIFAR100, I set the l=8, init_threshold=4, seed=42, the acc of SNN at T=64 is 0.6890(0.7055 in the paper). Thank you for providing the code, expecting for your reply.

putshua commented 11 months ago

Please refer to the latest version.