keras_model_custom | R Documentation |
keras_model_custom()
is soft-deprecated. Please define custom models by
subclassing keras$Model
directly using %py_class%
or R6::R6Class()
,
or by calling new_model_class()
.
keras_model_custom(model_fn, name = NULL)
model_fn |
Function that returns an R custom model |
name |
Optional name for model |
A Keras model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.