albef
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
31 lines
598 B
31 lines
598 B
train_file: ['data/coco_train.json']
|
|
val_file: 'data/coco_val.json'
|
|
test_file: 'data/coco_test.json'
|
|
image_root: '/export/share/datasets/vision/coco/images/'
|
|
|
|
bert_config: 'configs/config_bert.json'
|
|
|
|
image_res: 384
|
|
batch_size_train: 32
|
|
batch_size_test: 64
|
|
|
|
queue_size: 65536
|
|
momentum: 0.995
|
|
vision_width: 768
|
|
embed_dim: 256
|
|
temp: 0.07
|
|
k_test: 256
|
|
|
|
alpha: 0.4
|
|
distill: True
|
|
warm_up: True
|
|
|
|
optimizer: {opt: adamW, lr: 1e-5, weight_decay: 0.02}
|
|
schedular: {sched: cosine, lr: 1e-5, epochs: 5, min_lr: 1e-6, decay_rate: 1, warmup_lr: 1e-5, warmup_epochs: 1, cooldown_epochs: 0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|