ResnetBlock: ResnetBlock

View source: R/cycleGAN_models.R

ResnetBlockR Documentation

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 documentation built on March 31, 2023, 11:41 p.m.