powered by
Load a Keras model from the Saved Model format
model_from_saved_model(saved_model_path, custom_objects = NULL)
a Keras model.
a string specifying the path to the SavedModel directory.
Optional dictionary mapping string names to custom classes or functions (e.g. custom loss functions).
Other saved_model: model_to_saved_model()
model_to_saved_model()