File size: 661 Bytes
edec9b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "experiment_name": "random_gemini-3.5-flash_classes2_auto_20260612_102346",
  "model_type": "random",
  "sut": "gemini-3.5-flash",
  "num_classes": 2,
  "device": "cuda",
  "training_config": {
    "max_epochs": 200,
    "early_stopping_patience": 5,
    "batch_size": 200,
    "num_workers": 4,
    "device": "auto",
    "gradient_clip": 1.0,
    "checkpoint_dir": "output/checkpoints",
    "log_dir": "output/logs",
    "gradient_accumulation_steps": 1,
    "use_amp": false
  },
  "model_config": {
    "bw_method": "scott",
    "grid_size": 2048,
    "boundary_correction": false,
    "batch_size": 4096,
    "num_classes": 2,
    "loss_fn": "bce"
  }
}