View source: R/keras_estimator.R
keras_model_to_estimator | R Documentation |
Create an Estimator from a compiled Keras model
keras_model_to_estimator(
keras_model = NULL,
keras_model_path = NULL,
custom_objects = NULL,
model_dir = NULL,
config = NULL
)
keras_model |
A keras model. |
keras_model_path |
Directory to a keras model on disk. |
custom_objects |
Dictionary for custom objects. |
model_dir |
Directory to save Estimator model parameters, graph and etc. |
config |
Configuration object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.