스킬
caffe locally connected layer
Small Octopus
2016. 9. 17. 18:45
BxRxC = Im2colLayer(BxCxHxW)
BxD = ReshapeLayer(BxRxC)
BxD1 = InnerProductLayer(BxD)
BxC1xH1xW1 = ReshapeLayer(BxD1)