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

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