convT_norm_relu {fastai} | R 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
[Package fastai version 2.2.2 Index]