create_wrapper {keras} | R Documentation |
(Deprecated) Create a Keras Wrapper
Description
R6 classes that inherit from keras$layers$Wrapper
can now be instantiated
directly by create_layer
Usage
create_wrapper(wrapper_class, object, args = list())
Arguments
wrapper_class |
R6 class of type KerasWrapper |
object |
Object to compose layer with. This is either a
|
args |
List of arguments to layer constructor function |
Value
A Keras wrapper
Note
The object
parameter can be missing, in which case the
layer is created without a connection to an existing graph.
[Package keras version 2.15.0 Index]