convT_norm_relu: ConvT_norm_relu

View source: R/cycleGAN_models.R

convT_norm_reluR Documentation

ConvT_norm_relu

Description

ConvT_norm_relu

Usage

convT_norm_relu(ch_in, ch_out, norm_layer, ks = 3, stride = 2, bias = TRUE)

Arguments

ch_in

input

ch_out

output

norm_layer

normalziation layer

ks

kernel size

stride

stride size

bias

bias true or not

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.