-
Notifications
You must be signed in to change notification settings - Fork 0
/
train-hm-large-pa-1gpu-hpc_0_3420.json
43 lines (43 loc) · 1.17 KB
/
train-hm-large-pa-1gpu-hpc_0_3420.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"root_path": "./",
"dataset_path": "../data",
"precomputed_boxes": {
"train": "data_train_d2_10-100_vg.tsv",
"dev": "data_dev_seen_unseen_d2_10-100_vg.tsv",
"test": "data_test_seen_d2_10-100_vg.tsv"
},
"captions_file": "imgcap/hm_caption.csv",
"paraphrased_file": null,
"train_image_set": "train+dev",
"val_image_set": "dev",
"test_image_set": "test",
"checkpoint": "../UNITER/storage/pretrained/uniter-large.pt",
"model_config": "./config/uniter-large.json",
"model": "paired-attn",
"use_img_type": false,
"output_dir": "../model_asset/with_imgcap/ph2_output_pa_dev_seen_unseen_0_3420/hm/large",
"max_txt_len": 100,
"conf_th": 0.2,
"max_bb": 100,
"min_bb": 10,
"num_bb": 36,
"train_batch_size": 1664,
"val_batch_size": 10240,
"gradient_accumulation_steps": 4,
"learning_rate": 2e-05,
"valid_steps": 285,
"num_train_steps": 3420,
"optim": "adamw",
"betas": [
0.9,
0.98
],
"dropout": 0.2,
"weight_decay": 0.01,
"grad_norm": 2.0,
"warmup_steps": 285,
"seed": 0,
"fp16": true,
"n_workers": 4,
"pin_mem": true
}