res_block_1d {fastai} | R Documentation |
Res_block_1d
Description
Resnet block as described in the paper.
Usage
res_block_1d(nf, ks = c(5, 3))
Arguments
nf |
number of features |
ks |
kernel size |
Value
block
[Package fastai version 2.2.2 Index]