Upsample by `scale` from `ni` filters to `nf` (default `ni`), using `nn.PixelShuffle`.
PixelShuffle_ICNR(
ni,
nf = NULL,
scale = 2,
blur = FALSE,
norm_type = 3,
act_cls = nn()$ReLU
)
input shape
number of features / outputs
scale
blur
normalziation type
activation
None