PeterTor / sparse_convolution

sparse convolution Implementation
MIT License
50 stars 13 forks source link

Why max_pooling size is fixed to 3? #6

Open panji530 opened 6 years ago

panji530 commented 6 years ago

Hi,

Why is the max_pooling size is fixed to 3 instead of being kernel_size?

Thanks!

PeterTor commented 6 years ago

Hello andThank you i've changed it! In the Paper in Figure 2 you can see that pool and kernel size are equal.