View source: R/time_series_model.R
create_resnet | R Documentation |
Basic 11 Layer - 1D resnet builder
create_resnet(
ni,
nout,
kss = c(9, 5, 3),
conv_sizes = c(64, 128, 128),
stride = 1
)
ni |
number of input channels |
nout |
output shape |
kss |
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.