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)?
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 tosim_length = 32
(line 71) and theargs.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)?