reve-rs 0.0.1

REVE EEG Foundation Model — inference in Rust with Burn ML
Documentation
1
2
3
4
5
6
7
pub mod rms_norm;
pub mod geglu;
pub mod feedforward;
pub mod attention;
pub mod transformer;
pub mod fourier4d;
pub mod reve;