Disjoint sub-networks
william-gx opened this issue · 1 comments
william-gx commented
Hi!
I understand the split-brain encoder is formed by concatenating two sub-networks, and thereby the group of each convolution layer should be 2. However, some conv layers in the provided deploy.prototxt only have 1 group, such as conv1 and conv3.
Thanks.
richzhang commented
Hi, thanks for the question! If you look at the weights, half of the weights are filled in with zeroes as appropriate. So they are effectively 2 groups in there.