-
Notifications
You must be signed in to change notification settings - Fork 23
/
run.sh
14 lines (10 loc) · 979 Bytes
/
run.sh
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