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
14 lines
723 B
14 lines
723 B
horovodrun -np 1 -H localhost:1 \
|
|
python eval_re.py \
|
|
--txt_db /db/refcoco+_val_large-cased.db:/db/refcoco+_testA_large-cased.db:/db/refcoco+_testB_large-cased.db \
|
|
--img_dir /img/visual_grounding_coco_gt \
|
|
--output_dir /storage/refcoco+/bert-large_mlm+itm+mrfr+mrckl_pretrain_alldata-refcoco+_lr8e-5_2mlp \
|
|
--checkpoint 40
|
|
|
|
horovodrun -np 1 -H localhost:1 \
|
|
python eval_re.py \
|
|
--txt_db /db/refcoco+_val_large-cased.db:/db/refcoco+_testA_large-cased.db:/db/refcoco+_testB_large-cased.db \
|
|
--img_dir /img/visual_grounding_det_coco \
|
|
--output_dir /storage/refcoco+/bert-large_mlm+itm+mrfr+mrckl_pretrain_alldata-refcoco+_lr8e-5_2mlp \
|
|
--checkpoint 40
|
|
|