Module serialization

Source
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§

LayerConfig
Layer configuration.
ModelArchitecture
Model architecture.
ModelFile
Serialized model file format.
ModelMetadata
Model metadata.
ModelSerializer
Model serializer for saving neural network models.
OnnxExporter
ONNX model exporter.

Traits§

Serializable
Trait for serializable objects.

Functions§

load_checkpoint
Load a model checkpoint.
save_checkpoint
Create a model checkpoint.

Type Aliases§

ModelCheckpoint
Type alias for model checkpoint data