| PixelShuffle_ICNR | R Documentation | 
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
)
| ni | input shape | 
| nf | number of features / outputs | 
| scale | scale | 
| blur | blur | 
| norm_type | normalziation type | 
| act_cls | activation | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.