yifanjiang19 / sppnet-pytorch

A simple Spatial Pyramid Pooling layer which could be added in CNN
Apache License 2.0
331 stars 133 forks source link

Stride calculation #12

Open onyekaokonji opened 2 years ago

onyekaokonji commented 2 years ago

I noticed you used math.ceil in your computation of the pool stride but the paper uses math.floor, is there a reason for that?