Image Feature Extraction
Transformers
Safetensors
dinov2
File size: 669 Bytes
428e563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# this corresponds to the CXR config
train:
  batch_size_per_gpu: 40  # For nodes with v100s (32 GB), use 20.
  saveckp_every_n_epoch: 25
student:
  arch: vit_base
  block_chunks: 4
  patch_size: 14
  drop_block_rate: 0.00
  drop_path_rate: 0.30
teacher:
  warmup_teacher_temp_epochs: 50
optim:
  epochs: 100
  warmup_epochs: 5
  base_lr: 0.001
evaluation:
  eval_period_iterations: 300
  tasks:  # from the metadata.csv file of the CANDID processed dataset
  - pneumothorax
crops:
    global_crops_size: 518
    local_crops_size: 196
    global_crops_scale:
    - 0.50
    - 1.00
    local_crops_number: 8
    local_crops_scale:
    - 0.20
    - 0.50
pretrained: true