osf-rs 0.0.1

OSF Sleep Foundation Model — inference in Rust with Burn ML
Documentation
1
2
3
4
5
6
pub mod norm;
pub mod feedforward;
pub mod attention;
pub mod transformer_block;
pub mod patch_embed;
pub mod vit;