Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
1f65d39
1
Parent(s):
1188424
initial commit
Browse files- .gitignore +2 -2
- configs/hico_train.sh +1 -0
.gitignore
CHANGED
@@ -135,5 +135,5 @@ Makefile
|
|
135 |
|
136 |
.DS_Store
|
137 |
#datasets
|
138 |
-
hico_20160224_det
|
139 |
-
v-coco
|
|
|
135 |
|
136 |
.DS_Store
|
137 |
#datasets
|
138 |
+
hico_20160224_det
|
139 |
+
v-coco
|
configs/hico_train.sh
CHANGED
@@ -28,6 +28,7 @@ python -u main.py \
|
|
28 |
--hoi_consistency_loss_coef 0.1 \
|
29 |
--hoi_idx_consistency_loss_coef 1 \
|
30 |
--hoi_act_consistency_loss_coef 2 \
|
|
|
31 |
--hoi_eos_coef 0.1 \
|
32 |
--temperature 0.2 \
|
33 |
--no_aux_loss \
|
|
|
28 |
--hoi_consistency_loss_coef 0.1 \
|
29 |
--hoi_idx_consistency_loss_coef 1 \
|
30 |
--hoi_act_consistency_loss_coef 2 \
|
31 |
+
--stop_grad_stage \
|
32 |
--hoi_eos_coef 0.1 \
|
33 |
--temperature 0.2 \
|
34 |
--no_aux_loss \
|