keras icon indicating copy to clipboard operation
keras copied to clipboard

Conversion of PoolingND Layer

Open User-Ali opened this issue 7 years ago • 0 comments

I am struggling to convert the below PoolingND of a 3D CNN.

Can you please suggest how can I resolve this issue?

Here is the layer: layer{ name: "pool1" type: "PoolingND" bottom: "conv1H" top: "pool1" poolingnd_param { pool: MAX kernel_h: 2 kernel_w: 2 kernel_d: 2 stride: 2 } }

User-Ali avatar Aug 19 '17 01:08 User-Ali