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

conv_norm_lr

Conv_norm_lr


Description

Conv_norm_lr

Usage

conv_norm_lr(
  ch_in,
  ch_out,
  norm_layer = NULL,
  ks = 3,
  bias = TRUE,
  pad = 1,
  stride = 1,
  activ = TRUE,
  slope = 0.2,
  init = nn()$init$normal_,
  init_gain = 0.02
)

Arguments

ch_in

input

ch_out

output

norm_layer

normalziation layer

ks

kernel size

bias

bias

pad

pad

stride

stride

activ

activation

slope

slope

init

inititializer

init_gain

initializer gain

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.