File size: 725 Bytes
f62ac4d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "alpha": 1,
  "apply_gnn_encoders": "both",
  "base_model_name": "hf-hub:microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224",
  "batch_size": 64,
  "context_length": 256,
  "csv_path": "./mimic_cxr.csv",
  "dropout_rate": 0.1,
  "eval": true,
  "feature_dim": 512,
  "filename": "ACE-LoRA_weights",
  "hidden_features": 128,
  "label_csv_path": "mimic-cxr-chexpert_labeled_data.csv",
  "learnable_logit_scale": true,
  "loss_type": "clip_loss_ace_hgnn",
  "lr": 0.001,
  "num_devices": 3,
  "num_epochs": 40,
  "output_dim": 512,
  "params": [
    "q",
    "k",
    "v"
  ],
  "position": "all",
  "r": 4,
  "rank": 0,
  "root_path": "",
  "save_path": "./ACE-LoRA",
  "seed": 1,
  "topk": 5,
  "use_labels": true
}