File size: 964 Bytes
ace4aa0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
{
  "kind": "sft",
  "config": {
    "model": {
      "x_variant": "vit_large_384",
      "K": 64,
      "predictor_layers": 24,
      "out_dim": 768,
      "readout": "concat",
      "gradient_checkpointing": true
    },
    "train": {
      "steps": 6000,
      "warmup_steps": 600,
      "lr": 2e-05,
      "weight_decay": 0.01,
      "temperature": 0.07,
      "batch_size_per_gpu": 128,
      "grad_accum": 1,
      "log_every": 50,
      "save_every": 1000,
      "eval_every": null
    },
    "data": {
      "image_size": 384,
      "num_workers": 8,
      "balance": "class",
      "split": "train"
    },
    "wandb": {
      "project": "eccv-2026",
      "run_name": "scout_v17_vitL_K64_pred24_concat_batch128"
    }
  },
  "trainable_param_count": 549559104,
  "total_param_count": 1161821766,
  "reported_val_map10": 0.8639,
  "reported_val_hit10": 0.9862,
  "note": null,
  "source_checkpoint": "/tank2/eccv-2026/runs/scout_v17/step_00006000_final"
}