Introduction
SavedModel format lets you save your trained TensorFlow model so you can use it later without retraining.
You want to save a model after training to use it later for predictions.
You need to share your model with others or deploy it to a server.
You want to load a model in a different program or environment.
You want to keep a backup of your model during development.
You want to serve your model in production with TensorFlow Serving.