-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstart_dhmlpe.condor
116 lines (88 loc) · 2.68 KB
/
start_dhmlpe.condor
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
## exp_name=ASM_act_15_exp_9
## exp_name=ASM_act_3_exp_8
exp_name=ASM_act_4_exp_5
## exp_name=ASM_act_12_exp_4
## exp_name=ASM_act_14_exp_2
## exp_name=ASM_act_5_exp_10
## exp_name=residual_act_4_exp_5
## exp_name=JointInd_act_14_exp_2
## exp_name=JPS_act_14_exp_2_accv
## exp_name=JPS_act_3_exp_8_accv
## exp_name=JPS_act_12_exp_4_accv
## exp_name=H80K_All
## exp_name=H80K_All_exp_13
## exp 5
TrainRange=0-109423
TestRange=109424-148731
## exp 5 half
## TrainRange =0-59683
## TestScore = 59684-109423
## TestRange=109424-148731
## exp 2
## TrainRange=0-132743
## TestRange=132744-162007
## exp 2 half
## TrainRange = 0-73979
## TrainScore = 73980-132743
## TestRange=132744-162007
## exp 4
## TrainRange=0-76047
## TestRange=76048-105367
## exp 4 half
## TrainRange = 0-38023
## TrainScore=38024-76047
## TestRange=76048-105367
## exp 8
## TrainRange=0-158787
## TestRange=158788-223031
## exp 8 half
## TrainRange=0-99267
## TrainRangeScore=99268-158787
## TestRange=158788-223031
## exp 9 half
## TrainRange=0-44403
## TrainRangeScore=44404-79411
## TestRange=79412-107715
## exp 10 half
## TrainRange=0-42751
## TrainRangeScore=42752-72435
## TestRange=72436-103079
## H80k all exp 12
## TrainRange=0-51242
## TestRange=51243-74406
## H80K_All exp 13
## TrainRange=0-55114
## TestRange=55115-79530
## DP=croppeddhmlperelskeljtdoublelind
## DP=croppedrelskelmixjtplus
## DP=croppedrelskelmixjtmultilabel
## DP=croppedrelskelmixjt
DP=croppeddhmlperelskeljt
## DP=croppeddhmlperelskelrandpairjt
## DP=croppedrelskelpairjt
## DP=croppeddhmlpepairwisereljt
## DP=memfeat
## DP=relskeljt
## DP=memjtpredknnmix_t
## DP=memjtpredanglemix
## DP=memjtpredmix
macid=16
JT=t100r
EP=200
BSIZE=1024
run_mac=c8k$(macid)
#
SP_NOTE=
requirements= (Machine=="$(run_mac).cs.cityu.edu.hk")
priority = 0
notification= Never
notify_user =
getenv = True
executable = /home/grads/sijinli2/pkg/anaconda/bin/python
universe = vanilla
arguments = convnet.py --data-path=/opt/visal/tmp/for_sijin/Data/H36M/H36MExp/folder_$(exp_name) --save-path=/opt/visal/tmp/for_sijin/Data/saved/$(run_mac) --train-range=$(TrainRange) --test-range=$(TestRange) --layer-def=/home/grads/sijinli2/Projects/DHMLPE/doc/netdef/dhmlpe-layer-def-$(JT).cfg --layer-params=/home/grads/sijinli2/Projects/DHMLPE/doc/netdef/dhmlpe-layer-params-$(JT).cfg --data-provider=$(DP) --test-freq=15 --epoch=$(EP) --mini=256 --batch-size=$(BSIZE)
input =
output = /opt/visal/tmp/for_sijin/tmp/DHMLPE_log/$(exp_name)_$(run_mac)-$(JT)$(SP_NOTE).output
error = /opt/visal/tmp/for_sijin/tmp/DHMLPE_log/$(exp_name)_$(run_mac)-$(JT)$(SP_NOTE).err
log = /opt/visal/tmp/for_sijin/tmp/DHMLPE_log/$(exp_name)_$(run_mac)-$(JT)$(SP_NOTE).log
queue