LinBnDrop: LinBnDrop

View source: R/layers.R

LinBnDropR Documentation

LinBnDrop

Description

Module grouping 'BatchNorm1d', 'Dropout' and 'Linear' layers

Usage

LinBnDrop(n_in, n_out, bn = TRUE, p = 0, act = NULL, lin_first = FALSE)

Arguments

n_in

input shape

n_out

output shape

bn

bn

p

probability

act

activation

lin_first

linear first

Value

None


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