Expand description
Serialization and deserialization of neural network models.
This module provides utilities for saving and loading neural network models, including their parameters, architecture, and optimizer state.
Structs§
- Layer
Config - Layer configuration.
- Model
Architecture - Model architecture.
- Model
File - Serialized model file format.
- Model
Metadata - Model metadata.
- Model
Serializer - Model serializer for saving neural network models.
- Onnx
Exporter - ONNX model exporter.
Traits§
- Serializable
- Trait for serializable objects.
Functions§
- load_
checkpoint - Load a model checkpoint.
- save_
checkpoint - Create a model checkpoint.
Type Aliases§
- Model
Checkpoint - Type alias for model checkpoint data