Expand description
Model version control system for ML models
This module provides Git-like version control for ML models:
- Commit/checkout operations
- Branching and merging
- Diff operations for models
- Model history tracking
Structs§
- Branch
- A branch in the version control system
- Layer
Diff - Difference in a single layer
- Model
Commit - A commit in the model version history
- Model
Diff - Model difference representation
- Model
Differ - Model differ for computing differences between models
- Model
Repository - Model version control repository
Enums§
- Version
Control Error - Errors that can occur during version control operations