R/time_series_model.R
create_mlp.Rd
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))
number of input channels
output shape
linear output sizes
model