Spaces:
Build error
Build error
File size: 607 Bytes
84401df |
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 |
image_root: '/home/notebook/data/group/projects/tagging/caption/datasets/public/coco/'
ann_root: 'dataset/caption_dataset'
coco_gt_root: 'dataset/caption_dataset'
pretrained: '/home/notebook/code/personal/S9049611/BLIP/output/pretrain_caption_tagtotext_v2_bert_asl'
# size of vit model; base or large
vit: 'swin_b'
vit_grad_ckpt: False
vit_ckpt_layer: 0
batch_size: 35
init_lr: 5e-6
image_size: 384
# generation configs
max_length: 20
min_length: 5
num_beams: 3
prompt: 'a picture of '
# optimizer
weight_decay: 0.05
min_lr: 0
max_epoch: 10
text_pretrain: 'bert'
class_num: 3429
threshold: 0.7
|