Reputation: 3628
I am trying to implement inception module myself using Keras but i find both 'valid' and 'same' padding cannot meet my need. for instance, i would like to get 9×9 feature map from applying a 5×5 filter to 11×11 input, could anyone tell me how to do it?
Upvotes: 1
Views: 606