brain2qwerty 0.0.1

Brain2Qwerty V1/V2 MEG neural decoding inference in Rust (parity-tested vs Python)
Documentation
1
2
3
4
5
6
7
//! ConvConformer on RLX — compiled graph with per-shape cache.

pub mod conv_conformer;
pub mod graph;
pub mod weights;

pub use conv_conformer::ConvConformerRlx;