File size: 708 Bytes
c62fabf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model": "ViT-B-16",
  "finetuning_mode": "standard",
  "datasets": [
    "Cars",
    "DTD",
    "EuroSAT",
    "GTSRB",
    "MNIST",
    "RESISC45",
    "SVHN",
    "SUN397",
    "CIFAR100",
    "STL10",
    "Flowers102",
    "OxfordIIITPet",
    "PCAM",
    "FER2013"
  ],
  "M": 7,
  "steps": 6000,
  "lr": 0.01,
  "tau_init": 5.0,
  "anneal_every": null,
  "anneal_factor": null,
  "weight_decay": 1e-06,
  "grad_clip": null,
  "batch_cols": null,
  "device": "cuda",
  "seed": 0,
  "softmax_w": false,
  "encoder": "softmax",
  "w_activation": "linear",
  "gram_dtype": "float32",
  "notes": null,
  "task_scenario": "14",
  "timestamp": "2025-09-06 00:08:51",
  "method": "AutoencoderBasisMethod"
}