create_fcn: Create_fcn

View source: R/time_series_model.R

create_fcnR Documentation

Create_fcn

Description

A bunch of convolutions stacked together.

Usage

create_fcn(ni, nout, ks = 9, conv_sizes = c(128, 256, 128), stride = 1)

Arguments

ni

number of input channels

nout

output shape

ks

kernel size

conv_sizes

convolution sizes

stride

stride

Value

model


fastai documentation built on March 31, 2023, 11:41 p.m.