PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework
MIT License
421 stars 137 forks source link

Fix Pooling Output Size #20

Closed fyu closed 8 years ago

fyu commented 8 years ago

This commit increases the pooling output dim by 1 when the combination of kernel size, padding and stride doesn't divide the input dim.