stack_layers {processpredictR} | R Documentation |
Stacks a keras layer on top of existing model
Description
User friendly interface to add a keras layer on top of existing model.
Usage
stack_layers(object, ...)
Arguments
object |
a |
... |
functions for adding layers by using functional keras API. For example, |
Value
a list
containing an adapted Transformer model.
[Package processpredictR version 0.1.0 Index]