Skip to main content

Module io

Module io 

Source
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
ModelMetadata
Model metadata containing architecture and training information
ParameterInfo
Information about a model parameter
SaveConfig
Configuration for saving models

Enums§

ModelFormat
Supported model serialization formats

Functions§

load_model
Load a model from a file
save_model
Save a model to a file