-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathrun.sh
More file actions
14 lines (10 loc) · 979 Bytes
/
Copy pathrun.sh
File metadata and controls
14 lines (10 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
python train.py -dn "EMO-DB" -id 3 -at "all" -ln "focal" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "EMO-DB" -id 3 -at "all" -ln "cross_entropy" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 7 -at "all" -ln "focal" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 7 -at "all" -ln "cross_entropy" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 7 -at "impro" -ln "focal" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 7 -at "impro" -ln "cross_entropy" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 3 -at "all" -ln "focal" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 3 -at "all" -ln "cross_entropy" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 3 -at "impro" -ln "focal" -v 1 -it "mfcc" -c "disk" -m false
python train.py -dn "IEMOCAP" -id 3 -at "impro" -ln "cross_entropy" -v 1 -it "mfcc" -c "disk" -m false