I don't know much about Caffe. But, when I google to resolve this issue, I learned that there is no poolingnd in Caffe but some people were referring cudNN for it.
Now, can you please suggest how can I resolve this issue? PS : I don't have GPU so, no cudNN either.
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 } }
I don't know much about Caffe. But, when I google to resolve this issue, I learned that there is no poolingnd in Caffe but some people were referring cudNN for it.
Now, can you please suggest how can I resolve this issue? PS : I don't have GPU so, no cudNN either.
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 } }