get_layer_output: Get Layer Output

Description Usage Arguments Value

View source: R/5-get.R

Description

This function returns the output of a layer for any input data.

Usage

1
get_layer_output(model, data, layer)

Arguments

model

A keras model.

data

A matrix or list of matrices. The input data.

layer

The layer name or index.

Value

An R array.


tpq/caress documentation built on March 11, 2021, 8:03 p.m.