Description Usage Arguments Value Note See Also
View source: R/model-persistence.R
Load a Keras model from the Saved Model format
1 | model_from_saved_model(saved_model_path, custom_objects = NULL)
|
saved_model_path |
a string specifying the path to the SavedModel directory. |
custom_objects |
Optional dictionary mapping string names to custom classes or functions (e.g. custom loss functions). |
a Keras model.
This functionality is experimental and only works with TensorFlow version >= "2.0".
Other saved_model:
model_to_saved_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.