Views
No views yet
ST-EEGFormer-small
(asset checkpoint-300.pth).| embed_dim | depth | num_heads | patch_size | channel vocab | |
|---|---|---|---|---|---|
| small | 512 | 8 | 8 | 16 | 145 |
chs_info (145-slot shared montage vocabulary).1from braindecode.models import STEEGFormer
2
3model = STEEGFormer.from_pretrained(
4 "braindecode/STEEGFormer-small",
5 n_outputs=4, n_chans=22, n_times=1000, chs_info=chs_info,
6)
7# Encoder features: out = model(x, return_features=True); out["features"]