private
fire
— function
fire(inplanes, squeeze_planes, expand1x1_planes, expand3x3_planes)
Create a fire module (reference).
Arguments
inplanes
: number of input feature mapssqueeze_planes
: number of intermediate feature mapsexpand1x1_planes
: number of output feature maps for the 1x1 expansion convolutionexpand3x3_planes
: number of output feature maps for the 3x3 expansion convolution