Caesar AI Atlas

SavedModel

Caesar AI Atlas Definition

SavedModel is TensorFlow's recommended language-neutral serialization format for saving and restoring models. It enables tools and systems to store, load, transform, and serve TensorFlow models across environments.

Other Definitions

SavedModel Source

The recommended format for saving and recovering TensorFlow models. SavedModel is a language-neutral, recoverable serialization format, which enables higher-level systems and tools to produce, consume, and transform TensorFlow models. See the Saving and Restoring section of the TensorFlow Programmer's Guide for complete details.

Related Terms