Keras Estimators
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. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.