View source: R/estimator-generics.R
export_savedmodel | R Documentation |
Serialize a model to disk. See implementations in the keras3 package.
export_savedmodel(object, export_dir_base, ...)
object |
An R object. |
export_dir_base |
A string containing a directory in which to export the SavedModel. |
... |
Optional arguments passed on to implementing methods. |
The path to the exported directory, as a string.
keras3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.