mariolew / caffe-unpooling

Caffe with unpooling layers and example usage.
Other
18 stars 11 forks source link

Update unpooling_layer.cpp #8

Closed ZoroDerVonCodier closed 7 years ago

ZoroDerVonCodier commented 7 years ago

With this fix now runs correctly in existing tests, takes into account when ceil is triggered with padding, and takes into account unpooling when on the padded border.

mariolew commented 7 years ago

Let me check.