-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
executable file
·21 lines (18 loc) · 915 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#python training.py -iter 5000 -batch 128 -emo Act -atten RnnAttenVec;
#sleep 10;
#python training.py -iter 5000 -batch 128 -emo Dom -atten RnnAttenVec;
#sleep 10;
#python training.py -iter 5000 -batch 128 -emo Val -atten RnnAttenVec;
#sleep 10;
#python training.py -iter 5000 -batch 128 -emo Act -atten SelfAttenVec;
#sleep 10;
#python training.py -iter 5000 -batch 128 -emo Dom -atten SelfAttenVec;
#sleep 10;
#python training.py -iter 5000 -batch 128 -emo Val -atten SelfAttenVec;
#sleep 10;
python testing.py -iter 5000 -batch 128 -emo Act -atten RnnAttenVec;
python testing.py -iter 5000 -batch 128 -emo Dom -atten RnnAttenVec;
python testing.py -iter 5000 -batch 128 -emo Val -atten RnnAttenVec;
python testing.py -iter 5000 -batch 128 -emo Act -atten SelfAttenVec;
python testing.py -iter 5000 -batch 128 -emo Dom -atten SelfAttenVec;
python testing.py -iter 5000 -batch 128 -emo Val -atten SelfAttenVec;