bambezius's picture
Preserve crop experiment runs/temporal384-20260912-instance-50786651/final
7a7ad73 verified
Raw
History Blame Contribute Delete
899 Bytes
{
"adapter": "balltrack.sutrack_training.temporal",
"adapter_config": {
"activation_checkpointing": true,
"sdpa": true,
"use_hann": true,
"temporal_dim": 128,
"temporal_heads": 4
},
"manifest": "configs/soccernet-tracking-custom-split.json",
"data_root": "data/processed/soccernet-tracking",
"training_mode": "previous_gt",
"temporal_crops": true,
"crop_jitter_px": 16,
"crop_size": 384,
"frames": 3,
"batch_size": 8,
"workers": 8,
"torch_threads": 2,
"prefetch_images": true,
"learning_rate": 0.0001,
"weight_decay": 0.0001,
"gradient_clip": 0.1,
"epochs": 100,
"patience": 3,
"selection_metric": "mean_center_error",
"seed": 20260912,
"device": "cuda",
"precision": "bf16",
"log_every_steps": 50,
"wandb_mode": "online",
"wandb_project": "football-ball-tracking",
"wandb_entity": "anthonyceponis-university-of-cambridge"
}