Saving & serialization
- Original Link : https://keras.io/api/models/model_saving_apis/
- Last Checked at : 2024-11-24
Whole model saving & loading
Weights-only saving & loading
Model config serialization
Model export for inference
- export method
- ExportArchive class
- add_endpoint method
- add_variable_collection method
- track method
- write_out method
Serialization utilities
- serialize_keras_object function
- deserialize_keras_object function
- custom_object_scope class
- get_custom_objects function
- register_keras_serializable function