Open ksouvik52 opened 4 years ago
I have updated the repository with trained models. I have also listed some reasons why you may be noticing the accuracy drop. I have also included trained SNN models which should give you the reported accuracy. Hope this helps!
Hi Nitin, RESNET_SNN_STDB class is missing in the spiking models file. Can you include that in the file?
I am very curious, why the accuracy of running snn.py alone is even better than running ann.py first and then running snn.py
Have you tried running snn.py alone
Hi I have been trying to reproduce the results by training an ANN from scratch with the same network model of VGG16 as described in your code. Then I tried to use the main.py to convert my saved model .pt to SNN. I am facing following issues:
Please help me with the issue to reproduce the results.