cindy2000sh commited on
Commit
a7b1048
·
verified ·
1 Parent(s): a021d33

Upload ViT-B-32_AE_M10_20task/method_info.json with huggingface_hub

Browse files
ViT-B-32_AE_M10_20task/method_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "ViT-B-32",
3
+ "finetuning_mode": "standard",
4
+ "datasets": [
5
+ "Cars",
6
+ "DTD",
7
+ "EuroSAT",
8
+ "GTSRB",
9
+ "MNIST",
10
+ "RESISC45",
11
+ "SVHN",
12
+ "SUN397",
13
+ "CIFAR100",
14
+ "STL10",
15
+ "Flowers102",
16
+ "OxfordIIITPet",
17
+ "PCAM",
18
+ "FER2013",
19
+ "EMNIST",
20
+ "CIFAR10",
21
+ "Food101",
22
+ "FashionMNIST",
23
+ "RenderedSST2",
24
+ "KMNIST"
25
+ ],
26
+ "M": 10,
27
+ "steps": 6000,
28
+ "lr": 0.01,
29
+ "tau_init": 5.0,
30
+ "anneal_every": null,
31
+ "anneal_factor": null,
32
+ "weight_decay": 1e-06,
33
+ "grad_clip": null,
34
+ "batch_cols": null,
35
+ "device": "cuda",
36
+ "seed": 0,
37
+ "softmax_w": false,
38
+ "encoder": "softmax",
39
+ "w_activation": "linear",
40
+ "gram_dtype": "float32",
41
+ "notes": null,
42
+ "task_scenario": "20",
43
+ "timestamp": "2025-09-06 01:54:02",
44
+ "method": "AutoencoderBasisMethod"
45
+ }