File size: 543 Bytes
ddc51ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"n_outputs": 99,
"n_chans": 32,
"sfreq": 2000.0,
"num_bands": 2,
"electrodes_per_band": 16,
"n_fft": 64,
"hop_length": 16,
"log_eps": 1e-06,
"mlp_features": [
384
],
"rotation_offsets": [
-1,
0,
1
],
"pooling": "mean",
"block_channels": [
24,
24,
24,
24
],
"kernel_width": 32,
"log_softmax": true,
"activation": "torch.nn.modules.activation.ReLU",
"drop_prob": 0.0,
"n_times": 8000,
"input_window_seconds": null,
"chs_info": null,
"braindecode_version": "1.5.0"
} |