layer_preprocess: Preprocess layer input by applying a sequence of functions

Description Usage

View source: R/model.R

Description

Preprocess layer input by applying a sequence of functions

Usage

1
2
3
4
5
6
7
8
layer_preprocess(
  layer_input,
  sequence = NULL,
  dropout = 0,
  norm_type = "layer",
  name = NULL,
  v2 = FALSE
)

ifrit98/transformR documentation built on Nov. 26, 2019, 2:14 a.m.