private inception_c — function
inception_c(inplanes, inner_planes, n = 7)
Create an Inception-v3 style-C module (ref: Fig. 6 in paper).
Arguments
inplanes: number of input feature mapsinner_planes: the number of output feature maps within each branchn: the “grid size” (kernel size) for the convolution layers