MarcBS / keras

Keras' fork with several new functionalities. Caffe2Keras converter, multimodal layers, etc.
https://github.com/MarcBS/keras
Other
225 stars 58 forks source link

Conversion of PoolingND Layer #47

Open User-Ali opened 7 years ago

User-Ali commented 7 years ago

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 } }