Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
1163b7c
1
Parent(s):
5eba092
initial commit
Browse files- configs/hico_train.sh +3 -3
configs/hico_train.sh
CHANGED
@@ -14,11 +14,11 @@ python -u main.py \
|
|
14 |
--pretrained_dec \
|
15 |
--use_consis \
|
16 |
--share_dec_param \
|
17 |
-
--epochs
|
18 |
-
--lr_drop
|
19 |
--lr 1e-4 \
|
20 |
--lr_backbone 1e-5 \
|
21 |
-
--ramp_up_epoch
|
22 |
--path_id 0 \
|
23 |
--num_hoi_queries 16 \
|
24 |
--set_cost_idx 20 \
|
|
|
14 |
--pretrained_dec \
|
15 |
--use_consis \
|
16 |
--share_dec_param \
|
17 |
+
--epochs 50 \
|
18 |
+
--lr_drop 30 \
|
19 |
--lr 1e-4 \
|
20 |
--lr_backbone 1e-5 \
|
21 |
+
--ramp_up_epoch 20 \
|
22 |
--path_id 0 \
|
23 |
--num_hoi_queries 16 \
|
24 |
--set_cost_idx 20 \
|