DLILP_CMP / config.json
jusiro2's picture
Update config.json
a33cfa9 verified
raw
history blame contribute delete
533 Bytes
{
"apply_t_scaling": true,
"bert_type": "emilyalsentzer/Bio_ClinicalBERT",
"caption": "A radiology image of [CLS]",
"from_checkpoint": false,
"image_size": 224,
"lambda_dlilp": 0.1,
"learn_t_scaling": true,
"learning_criteria": "dlilp",
"logit_scale_init_value": 0.07,
"norm_features": true,
"out_path": null,
"patience": 6,
"proj_bias": false,
"proj_dim": 512,
"projection": true,
"vision_pretrained": true,
"vision_type": "resnet_v1",
"weights_path": "./dlilp/pretrained_weights/dlilp_CMP.pth"
}