Merge a shortcut with the result of the module by adding them. Adds Conv, BN and ReLU

Shortcut(ni, nf, act_fn = nn$ReLU(inplace = TRUE))

Arguments

ni

number of input channels

nf

number of features

act_fn

activation

Value

None