Skip to main content
The same package runs the model locally when you have the weights (shared with collaborating labs; see Access).

What the model expects

Six regional averages at 250 Hz: Frontal, Central, Temporal-L, Temporal-R, Parietal, Occipital. preprocess builds them from any 10-20 montage; EOG and ECG channels are accepted in slots 7 and 8 and ignored. Each channel is z-scored inside the model; windows are 30 s (up to 32 s are used).

Throughput

bf16 changes embeddings by at most 1e-2 per component (cosine 1.0000 to fp32); it is on by default on CUDA and can be disabled with predict(x, autocast=False). Peak GPU memory is 1.3 GB at batch 256.

Visualisation