cindy2000sh commited on
Commit
5f2b7e1
·
verified ·
1 Parent(s): b51b8bc

Upload ViT-B-16_PCA_M7_14task/method_info.json with huggingface_hub

Browse files
ViT-B-16_PCA_M7_14task/method_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "method": "PCABasisMethod",
3
+ "M": 7,
4
+ "seed": 0,
5
+ "datasets": [
6
+ "Cars",
7
+ "DTD",
8
+ "EuroSAT",
9
+ "GTSRB",
10
+ "MNIST",
11
+ "RESISC45",
12
+ "SVHN",
13
+ "SUN397",
14
+ "CIFAR100",
15
+ "STL10",
16
+ "Flowers102",
17
+ "OxfordIIITPet",
18
+ "PCAM",
19
+ "FER2013"
20
+ ],
21
+ "timestamp": "2025-09-06 00:09:43",
22
+ "finetuning_mode": "standard",
23
+ "task_scenario": "14",
24
+ "steps": 4000,
25
+ "lr": 0.01,
26
+ "tau": 1.0,
27
+ "weight_decay": 1e-06,
28
+ "grad_clip": null,
29
+ "batch_cols": null,
30
+ "device": "cuda",
31
+ "anneal_tau": null,
32
+ "softmax_w": false,
33
+ "encoder": "softmax",
34
+ "w_activation": "linear"
35
+ }