snuspl/dolphin

Implement kernel_h and kernel_w in PoolingLayer

Closed this issue · 0 comments

#97 implements the most common cases with kernel_size (e.g. kernel_h == kernel_w).

It would be better we support kernel_h and kernel_w.
Please implement this when this is need by you.