STEEGFormer-largeV2 / config.json
bruAristimunha's picture
Add ST-EEGFormer largeV2 (ported from ST-EEGFormer-largeV2)
1cf1854 verified
Raw
History Blame Contribute Delete
420 Bytes
{
"n_outputs": 4,
"n_chans": 22,
"chs_info": null,
"n_times": 1000,
"input_window_seconds": null,
"sfreq": null,
"patch_size": 16,
"embed_dim": 1024,
"depth": 24,
"num_heads": 16,
"mlp_ratio": 4.0,
"drop_prob": 0.0,
"drop_path": 0.0,
"activation": "torch.nn.modules.activation.GELU",
"global_pool": "avg",
"n_chans_pos": 256,
"chan_pos_idx": null,
"braindecode_version": "1.6.1dev0"
}