public
skip_identity
— function
skip_identity(inplanes, outplanes[, downsample])
Create a identity projection
(reference).
Arguments:
inplanes
: the number of input feature maps
outplanes
: the number of output feature maps
downsample
: this argument is ignored but it is needed for compatibility with resnet
.