cindy2000sh commited on
Commit
08c41ac
·
verified ·
1 Parent(s): 6f628d5

Upload ViT-L-14_PCA_M4_8task/method_info.json with huggingface_hub

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