SNN_Calibration
SNN_Calibration copied to clipboard
Pytorch Implementation of Spiking Neural Networks Calibration, ICML 2021
Hello, when I run the program, an error occurred "AttributeError: Can 't pickle local object' SubPolicy. Just set the < locals >. < lambda > '", don't know if you...
Dear Yuhang, I have noticed that you are using a ResNet20 for CIFAR10 with 11.3 Million parameters. In the original ResNet publication of He et al [1] the definition of...
Hello, I have tested the ANN model of VGG16 without usebn provided by you on ImageNet dataset, but the accuracy is only 55.074%. Could you please update the pre-training ANN...
Dear @yhhhli This is an awesome repository and thank you so much for publishing it. My question/ issue is regarding the parameter `--T` for the SNN calibration: In the [code...
Hello. Thanks for sharing your impressive work. Could you share your code about pre-training ANN and snn calibration on imagenet?