Expand description
Model I/O - Loading and saving models
Provides functionality to save and load trained models, supporting multiple serialization formats.
Structs§
- Model
- High-level model abstraction for I/O
- Model
Metadata - Model metadata containing architecture and training information
- Parameter
Info - Information about a model parameter
- Save
Config - Configuration for saving models
Enums§
- Model
Format - Supported model serialization formats
Functions§
- load_
model - Load a model from a file
- save_
model - Save a model to a file