aa-samad / conv_snn

Code for "Convolutional spiking neural networks (SNN) for spatio-temporal feature extraction" paper
GNU General Public License v3.0
121 stars 26 forks source link

Residual and downsample #4

Closed arkhodamoradi closed 4 years ago

arkhodamoradi commented 4 years ago

The default settings in main.py prevents downsampling unit at here: https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L131

Therefore, network is without residual path: https://github.com/aa-samad/conv_snn/blob/master/CIFAR10-DVS/network.py#L81

Do we need downsampling for the residual path? Does the example network supposed to be without a residual path?

arkhodamoradi commented 4 years ago

miss reading the code.