export_savedmodel function

Export a Saved Model

Export a Saved Model

Serialize a model to disk. See implementations in the keras3

package.

export_savedmodel(object, export_dir_base, ...)

Arguments

  • object: An object.
  • export_dir_base: A string containing a directory in which to export the SavedModel.
  • ...: Optional arguments passed on to implementing methods.

Returns

The path to the exported directory, as a string.

Implementations

  • keras3
  • Maintainer: Tomasz Kalinowski
  • License: Apache License 2.0
  • Last published: 2024-04-15