The inception Module from `ni` inputs to len('kss')*`nb_filters`+`bottleneck_size`
InceptionModule(
ni,
nb_filters = 32,
kss = c(39, 19, 9),
bottleneck_size = 32,
stride = 1
)
number of input channels
the number of filters
kernel size
bottleneck size
stride
module