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
22 lines
687 B
22 lines
687 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/flickr_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,
|
|
"val_txt_db": "./data/db/itm_flickr30k_val_base-cased.db",
|
|
"val_img_db": "./data/img/flickr30k/",
|
|
"test_txt_db": "./data/db/itm_flickr30k_test_base-cased.db",
|
|
"test_img_db": "./data/img/flickr30k/",
|
|
"project_name": "itm-debug",
|
|
"n_workers": 4,
|
|
"fp16": true
|
|
}
|