| { |
| "train_annotations": "data/training_set_annotations.txt", |
| "val_annotations": "data/validation_set_annotations.txt", |
| "image_root": "data/cropped_aligned", |
| "output_dir": "code/runs/ablation_e_psp_affectflow_dinov3_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, |
| "focal_gamma": 0.0, |
| "label_smoothing": 0.0, |
| "separate_proj_heads": false, |
| "expr_class_weighted": false, |
| "balanced_sampler": false, |
| "au_pos_weighted": false, |
| "flow_steps": 20, |
| "flow_samples": 8, |
| "patch_soft_pool": true, |
| "seed": 42, |
| "device": "cuda", |
| "smoke_test": false |
| } |