InstanceNorm layer with `nf` features and `ndim` initialized depending on `norm_type`.
InstanceNorm(
nf,
ndim = 2,
norm_type = 5,
affine = TRUE,
eps = 1e-05,
momentum = 0.1,
track_running_stats = FALSE
)
input shape
dimension number
normalization type
affine
epsilon
momentum
track running statistics
None