Shortcut {fastai} | R Documentation |
Shortcut
Description
Merge a shortcut with the result of the module by adding them. Adds Conv, BN and ReLU
Usage
Shortcut(ni, nf, act_fn = nn$ReLU(inplace = TRUE))
Arguments
ni |
number of input channels |
nf |
number of features |
act_fn |
activation |
Value
None
[Package fastai version 2.2.2 Index]