Open User-Ali opened 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 } }
layer{ name: "pool1" type: "PoolingND" bottom: "conv1H" top: "pool1" poolingnd_param { pool: MAX kernel_h: 2 kernel_w: 2 kernel_d: 2 stride: 2 } }
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 } }