SNN_Calibration
SNN_Calibration copied to clipboard
SNN simulation length parameter seems unused during calibration
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)?
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.