| { | |
| "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 | |
| } |