View source: R/time_series_model.R
create_mlp | R Documentation |
A simple model builder to create a bunch of BatchNorm1d, Dropout and Linear layers, with “'act_fn“' activations.
create_mlp(ni, nout, linear_sizes = c(500, 500, 500))
ni |
number of input channels |
nout |
output shape |
linear_sizes |
linear output sizes |
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.