python - Slice Layer in Caffe prototxt -


the last layer right in neural network convolutional layer, output of 4 dimensional feature map of size [n, m, p , q].

i want know how can split 3 feature map shown in example below:

[n, :m+5, :m+5, :m+5] [n, m+5:m+20, m+5:m+20, m+5:m+20] [n, m+20:, m+20:, m+20:] 

how can using slice layer in prototxt file? if not prototxt, how can in code? need slice before use softmax function.

please help!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -