orbit.actions.ExportSavedModel

Action that exports the given model as a SavedModel.

model The model to export.
file_manager An instance of ExportFileManager (or a subclass), that provides file naming and cleanup functionality.
signatures The signatures to forward to tf.saved_model.save().
options Optional options to forward to tf.saved_model.save().

Methods

__call__

View source

Exports the SavedModel.