create_fcn {fastai} | R Documentation |
Create_fcn
Description
A bunch of convolutions stacked together.
Usage
create_fcn(ni, nout, ks = 9, conv_sizes = c(128, 256, 128), stride = 1)
Arguments
ni |
number of input channels |
nout |
output shape |
ks |
kernel size |
conv_sizes |
convolution sizes |
stride |
stride |
Value
model
[Package fastai version 2.2.2 Index]