sensorlm-rs 0.1.0

SensorLM – wearable sensor foundation model in Rust (Burn + WGPU)
Documentation
1
2
3
4
5
6
7
8
9
//! Training infrastructure.
//!
//! | Module | Contents |
//! |--------|----------|
//! | [`learner`]   | Main `train()` function, model save/load helpers |
//! | [`scheduler`] | Rsqrt LR scheduler with warm-up and cool-down |

pub mod learner;
pub mod scheduler;