CXR_Unimodal_C / config.json
jusiro2's picture
Update config.json
130c539 verified
raw
history blame
537 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": "unimodal",
"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/unimodal_C.pth"
}