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