View source: R/time_series_model.R
InceptionModule | R Documentation |
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
)
ni |
number of input channels |
nb_filters |
the number of filters |
kss |
kernel size |
bottleneck_size |
bottleneck size |
stride |
stride |
module
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.