SNN_Calibration icon indicating copy to clipboard operation
SNN_Calibration copied to clipboard

SNN simulation length parameter seems unused during calibration

Open annahambi opened this issue 2 years ago • 1 comments

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 of the CIFAR SNN calibration it seems that the SNN simulation length is hardcoded to sim_length = 32 (line 71) and the args.T parameter is unused.

Can you comment on this? Because in your table of results you mention T=16. How do you achieve this to be used during testing (not necessarily calibration itself)?

annahambi avatar Jul 20 '22 07:07 annahambi

Hi @annahambi ,

Thank you for your interest. Sorry for the hardcoding of time steps, we will correct this next time we update the code repo.

yhhhli avatar Aug 02 '22 20:08 yhhhli