We propose two scripts for stage1.
cd run_scripts/caption nohup sh train_caption_stage1_el.sh > train_stage1_el.out & # stage 1, train with encouraging loss, expected cider 1.403 nohup sh train_caption_stage1_el_db.sh > train_stage1_el.out & # stage 1, train with encouraging loss, and drop best examples, expected cider 1.404
cd run_scripts/refcoco nohup sh train_refcoco_el.sh > train_refcoco_el.out & # finetune for refcoco nohup sh train_refcocoplus_el.sh > train_refcocoplus_el.out & # finetune for refcoco+ nohup sh train_refcocog_el.sh > train_refcocog_el.out & # finetune for refcocog