forked from DL4mHealth/LEAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta_run_baselines_multi.sh
More file actions
51 lines (34 loc) · 1.09 KB
/
Copy pathmeta_run_baselines_multi.sh
File metadata and controls
51 lines (34 loc) · 1.09 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/bin/bash
# Run scripts sequentially
# BIOT
bash ./scripts/BIOT/supervised/BIOT/S-1-Multi.sh
# CBraMod
bash ./scripts/CBraMod/supervised/CBraMod/S-1-Multi.sh
# LaBraM
bash ./scripts/LaBraM/supervised/LaBraM/S-1-Multi.sh
# CSBrain
bash ./scripts/CSBrain/supervised/CSBrain/S-1-Multi.sh
# EEGConformer
bash scripts/EEGConformer/supervised/EEGConformer/S-1-Multi.sh
# EEGInception
bash scripts/EEGInception/supervised/EEGInception/S-1-Multi.sh
# EEGNet
bash scripts/EEGNet/supervised/EEGNet/S-1-Multi.sh
# iTransformer
bash scripts/iTransformer/supervised/iTransformer/S-1-Multi.sh
# ManualFeature
bash scripts/ManualFeature/supervised/ManualFeature/S-1-Multi.sh
# Medformer
bash scripts/Medformer/supervised/ADformer/S-1-Multi.sh
# MedGNN
bash scripts/MedGNN/supervised/MedGNN/S-1-Multi.sh
# MNet
bash scripts/MNet/supervised/MNet/S-1-Multi.sh
# ModernTCN
bash scripts/ModernTCN/supervised/ModernTCN/S-1-Multi.sh
# PatchTST
bash scripts/PatchTST/supervised/PatchTST/S-1-Multi.sh
# TCN
bash scripts/TCN/supervised/TCN/S-1-Multi.sh
# TimesNet
bash scripts/TimesNet/supervised/TimesNet/S-1-Multi.sh