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

ResnetBlock

ResnetBlock


Description

nn()$Module for the ResNet Block

Usage

ResnetBlock(
  dim,
  pad_mode = "reflection",
  norm_layer = NULL,
  dropout = 0,
  bias = TRUE
)

Arguments

dim

dimension

pad_mode

padding mode

norm_layer

normalization layer

dropout

dropout rate

bias

bias or not

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.