layer_to_dense_stereo: Split Model into Two Parallel Layers

Description Usage Arguments Value

View source: R/2-layers-stereo.R

Description

This function splits the input into two parallel layers. Each layer has the same architecture, but is influenced by different weights.

Usage

1
layer_to_dense_stereo(object, units, activation = NULL, name = NULL, ...)

Arguments

object

A keras model.

units, activation, ...

Arguments passed to keras::layer_dense.

name

A string. The prefix label for all layers.

Value

A list of two layers: Channel 1 and Channel 2.


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