tribev2 0.0.4

TRIBE v2 — multimodal fMRI brain encoding model inference in Rust
1
2
3
4
5
6
7
8
9
10
pub mod scalenorm;
pub mod rotary;
pub mod attention;
pub mod feedforward;
pub mod residual;
pub mod encoder;
pub mod projector;
pub mod subject_layers;
pub mod temporal_smoothing;
pub mod tribe;