keras_model_custom.Rd
Create a Keras custom model
keras_model_custom(model_fn, name = NULL)
model_fn | Function that returns an R custom model |
---|---|
name | Optional name for model |
A Keras model
For documentation on using custom models, see https://keras.rstudio.com/articles/custom_models.html.