30/08/2023 10:28 am
Topic starter
Notifications
Clear all
0
Is there feature map size limitation for convolution snn?
This topic was modified 1 year ago 2 times by marvinfan
1 Answer
0
30/08/2023 10:30 am
Topic starter
Yes. The maximum output feature map size supported by each core is 64 x 64, while our maximum input shape is 128 x 128. So you need to at least down-sample the input into 64 x 64 by pooling or stride-convolution in the first layer of your model.