I am trying to understand how c1_spike and c1_mem affect the output. Between https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L163 and https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L76 It seems that they do get updated by the input but do not affect the output.
I am trying to understand how c1_spike and c1_mem affect the output.
Between
https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L163
and
https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L76
It seems that they do get updated by the input but do not affect the output.