-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_emotion.sh
executable file
·54 lines (47 loc) · 3 KB
/
run_emotion.sh
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
52
53
54
#!/bin/bash
python dlib/data/data_download.py --dataset emotion -o data
python train.py --config cfgs/emotion/2_models/emotion_2_model_0.yml
python train.py --config cfgs/emotion/2_models/emotion_2_model_1.yml
python train.py --config cfgs/emotion/2_models/emotion_2_model_2.yml
python train.py --config cfgs/emotion/5_models/models/emotion_5_model_0.yml
python train.py --config cfgs/emotion/5_models/models/emotion_5_model_1.yml
python train.py --config cfgs/emotion/5_models/models/emotion_5_model_2.yml
# These are the 5_models with different soft prompt initialization
python train.py --config cfgs/emotion/5_models/init_seeds/emotion_5_model_init_1.yml
python train.py --config cfgs/emotion/5_models/init_seeds/emotion_5_model_init_2.yml
# These are the 5_models with different training seeds
python train.py --config cfgs/emotion/5_models/train_seeds/emotion_5_model_train_1.yml
python train.py --config cfgs/emotion/5_models/train_seeds/emotion_5_model_train_2.yml
#10 models
python train.py --config cfgs/emotion/10_models/emotion_10_model_0.yml
python train.py --config cfgs/emotion/10_models/emotion_10_model_1.yml
python train.py --config cfgs/emotion/10_models/emotion_10_model_2.yml
# 1 models
python train.py --config cfgs/emotion/1_models/emotion_1_model_0.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_1.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_2.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_3.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_4.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_5.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_6.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_7.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_8.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_9.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_10.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_11.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_12.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_13.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_14.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_15.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_16.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_17.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_18.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_19.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_20.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_21.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_22.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_23.yml
python train.py --config cfgs/emotion/1_models/emotion_1_model_24.yml
# EVALUATION
python src/evaluation/create_report.py emotion -t
python src/evaluation/evaluate_1_models.py emotion -t