tf.keras.callbacks.ModelCheckpoint, TensorFlow Developers, 2024 - Official documentation detailing the tf.keras.callbacks.ModelCheckpoint callback, its arguments, and usage.
Save and load Keras models, TensorFlow Developers, 2024 (TensorFlow) - Official guide explaining various methods for saving and loading Keras models and weights, covering different formats like SavedModel.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A practical guide to deep learning using Keras and TensorFlow, offering explanations of model training and saving techniques.