View source: R/wrapper_custom.R
create_wrapper | R Documentation |
R6 classes that inherit from keras$layers$Wrapper
can now be instantiated
directly by create_layer
create_wrapper(wrapper_class, object, args = list())
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 |
A Keras wrapper
The object
parameter can be missing, in which case the
layer is created without a connection to an existing graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.