View source: R/time_series_model.R
create_fcn | R Documentation |
A bunch of convolutions stacked together.
create_fcn(ni, nout, ks = 9, conv_sizes = c(128, 256, 128), stride = 1)
ni |
number of input channels |
nout |
output shape |
ks |
kernel size |
conv_sizes |
convolution sizes |
stride |
stride |
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.