R6 classes that inherit from keras$layers$Wrapper
can now be instantiated
directly by create_layer
create_wrapper(wrapper_class, object, args = list())
A Keras wrapper
R6 class of type KerasWrapper
Object to compose layer with. This is either a
keras_model_sequential()
to add the layer to, or another Layer which
this layer will call.
List of arguments to layer constructor function