LinBnDrop {fastai}R 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


[Package fastai version 2.2.2 Index]