summaryrefslogtreecommitdiff
path: root/runs/depth_scaling_weak_reg/cifar100_20260102-133933/config.json
blob: 68e32f4025b1aac370061b7e9001df8368ea9ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "dataset": "cifar100",
  "depths": [
    4,
    8,
    12,
    16
  ],
  "T": 4,
  "epochs": 150,
  "batch_size": 128,
  "lr": 0.001,
  "lambda_reg": 0.01,
  "lambda_target": -0.1,
  "data_dir": "./data",
  "out_dir": "runs/depth_scaling_weak_reg",
  "device": "cuda",
  "seed": 42,
  "no_progress": false,
  "reg_type": "squared",
  "warmup_epochs": 20,
  "stable_init": false
}