lightningdot
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
16 lines
700 B
16 lines
700 B
2 years ago
|
horovodrun -np 1 -H localhost:1 \
|
||
|
python eval_re.py \
|
||
|
--txt_db /db/refcoco+_val_base-cased.db:/db/refcoco+_testA_base-cased.db:/db/refcoco+_testB_base-cased.db \
|
||
|
--img_dir /img/visual_grounding_coco_gt \
|
||
|
--output_dir /storage/refcoco+/conceptual-bert-base_mlm+itm+mrfr_pretrain-refcoco+_lr8e-5 \
|
||
|
--checkpoint 51
|
||
|
|
||
|
horovodrun -np 1 -H localhost:1 \
|
||
|
python eval_re.py \
|
||
|
--txt_db /db/refcoco+_val_base-cased.db:/db/refcoco+_testA_base-cased.db:/db/refcoco+_testB_base-cased.db \
|
||
|
--img_dir /img/visual_grounding_det_coco \
|
||
|
--output_dir /storage/refcoco+/conceptual-bert-base_mlm+itm+mrfr_pretrain-refcoco+_lr8e-5 \
|
||
|
--checkpoint 51
|
||
|
|
||
|
|