google / objax

Apache License 2.0
769 stars 77 forks source link

Padding for pooling layers #91

Closed kihyuks closed 4 years ago

kihyuks commented 4 years ago

Now Conv2D allows explicit padding, while pooling layers are not. We need consistent padding types for both convolution and pooling layers.