rust_trainer 0.1.4

CPU-first pure-Rust supervised trainer for Selective State Space Models with Hyperspherical Prototype Networks.
Documentation
1
2
3
4
5
6
7
8
9
/target/

**/*.rs.bk

# Cargo.lock is intentionally tracked in this repo.
# This crate ships runnable binaries (train_think, etc.) so reproducible builds require it.
runs/**

!runs/.gitkeep

.DS_Store

.idea/

.vscode/