Save and load Keras models, Neel Kovelamudi, Francois Chollet, 2024 - Official guide explaining saving and loading Keras models, covering weights-only saving and full model serialization.
tf.keras.models.load_model, TensorFlow Authors, 2024 (Google) - Direct API documentation for loading entire Keras models, including details on custom objects.
tf.keras.Model.load_weights, TensorFlow Authors, 2024 - Direct API documentation for loading only the weights into an existing Keras model.