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

BatchNorm1dFlat

BatchNorm1dFlat


Description

'nn.BatchNorm1d', but first flattens leading dimensions

Usage

BatchNorm1dFlat(
  num_features,
  eps = 1e-05,
  momentum = 0.1,
  affine = TRUE,
  track_running_stats = TRUE
)

Arguments

num_features

number of features

eps

epsilon

momentum

momentum

affine

affine

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.