layer_postprocess: Postprocess layer output by applying a sequence of functions

Description Usage

View source: R/model.R

Description

Postprocess layer output by applying a sequence of functions

Usage

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

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