| { | |
| "model_type": "EEGNetV4", | |
| "n_chans": 4, | |
| "n_classes": 3, | |
| "F1": 32, | |
| "D": 2, | |
| "kernel_length": 250, | |
| "pool1": 4, | |
| "pool2": 8, | |
| "dropout_rate": 0.3, | |
| "sep_length": 32, | |
| "target_srate": 250, | |
| "segment_sec": 5.0, | |
| "hop_base_sec": 5.0, | |
| "eval_hop_sec": 2.5, | |
| "pick_channels": [ | |
| "T5", | |
| "T6", | |
| "F7", | |
| "F8" | |
| ], | |
| "label_to_idx": { | |
| "CN": 0, | |
| "AD": 1, | |
| "FTD": 2 | |
| }, | |
| "idx_to_label": { | |
| "0": "CN", | |
| "1": "AD", | |
| "2": "FTD" | |
| }, | |
| "channel_name": "muse", | |
| "version": 21 | |
| } |