szagoruyko / cifar.torch

92.45% on CIFAR-10 in Torch
http://torch.ch/blog/2015/07/30/cifar.html
MIT License
174 stars 76 forks source link

Filter size is 3x3 but feature map size is 2x2 in stack 5 #27

Open Queequeg92 opened 7 years ago

Queequeg92 commented 7 years ago

The filter size in the last convolutional stack is 3x3, but the feature maps is 2x2. Will it cause any redundant in the last convolutional stack?