logo
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

20 lines
577 B

{
"img_model_type": "uniter-base",
"txt_model_type": "bert-base",
"txt_model_config": "bert-base-cased",
"img_model_config": "./config/img_base.json",
"itm_global_file":"./data/meta/coco_meta.json",
"seed": 42,
"output_dir": "/storage/debug-eval",
"max_txt_len": 60,
"conf_th": 0.2,
"max_bb": 100,
"min_bb": 10,
"num_bb": 36,
"project_dim": 768,
"test_txt_db": "./data/db/itm_coco_test_base-cased.db",
"test_img_db": "./data/img/coco_val2014/",
"project_name": "itm-debug",
"n_workers": 4,
"fp16": true
}