File size: 674 Bytes
0997989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "train_annotations": "data/training_set_annotations.txt",
  "val_annotations": "data/validation_set_annotations.txt",
  "image_root": "data/cropped_aligned",
  "output_dir": "code/runs/ablation_e3_affectflow_dinov3_fw1_e20",
  "backbone": "dinov3_vits16",
  "backbone_weights": null,
  "strict_backbone": true,
  "image_size": 224,
  "batch_size": 64,
  "epochs": 20,
  "lr": 0.0001,
  "weight_decay": 0.0001,
  "num_workers": 4,
  "freeze_backbone": true,
  "deterministic_weight": 1.0,
  "flow_weight": 1.0,
  "va_weight": 1.0,
  "expr_weight": 1.0,
  "au_weight": 1.0,
  "flow_steps": 20,
  "flow_samples": 8,
  "seed": 42,
  "device": "cuda",
  "smoke_test": false
}