mvpformer-s-mayo / config.json
bruAristimunha's picture
Add MVPFormer weights converted to braindecode
7d6e2d7 verified
Raw
History Blame
461 Bytes
{
"n_outputs": 2,
"n_chans": 32,
"chs_info": null,
"n_times": 10240,
"input_window_seconds": null,
"sfreq": 512.0,
"segment_len": 2560,
"d_model": 768,
"n_layers": 12,
"n_heads": 12,
"n_head_kv": 4,
"d_inner": 1728,
"local_window": 10,
"global_att": true,
"max_segments": 110,
"max_channels": 128,
"drop_prob": 0.1,
"activation": "torch.nn.modules.activation.SiLU",
"pooling": "mean",
"braindecode_version": "1.6.1dev0"
}