Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

InstanceNorm

InstanceNorm


Description

InstanceNorm layer with 'nf' features and 'ndim' initialized depending on 'norm_type'.

Usage

InstanceNorm(
  nf,
  ndim = 2,
  norm_type = 5,
  affine = TRUE,
  eps = 1e-05,
  momentum = 0.1,
  track_running_stats = FALSE
)

Arguments

nf

input shape

ndim

dimension number

norm_type

normalization type

affine

affine

eps

epsilon

momentum

momentum

track_running_stats

track running statistics

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.