cindy2000sh commited on
Commit
a555b7b
·
verified ·
1 Parent(s): bd1a415

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

Browse files
ViT-B-16_AE_M4_8task/method_info.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "ViT-B-16",
3
+ "finetuning_mode": "standard",
4
+ "datasets": [
5
+ "Cars",
6
+ "DTD",
7
+ "EuroSAT",
8
+ "GTSRB",
9
+ "MNIST",
10
+ "RESISC45",
11
+ "SVHN",
12
+ "SUN397"
13
+ ],
14
+ "M": 4,
15
+ "steps": 6000,
16
+ "lr": 0.01,
17
+ "tau_init": 5.0,
18
+ "anneal_every": null,
19
+ "anneal_factor": null,
20
+ "weight_decay": 1e-06,
21
+ "grad_clip": null,
22
+ "batch_cols": null,
23
+ "device": "cuda",
24
+ "seed": 0,
25
+ "softmax_w": false,
26
+ "encoder": "softmax",
27
+ "w_activation": "linear",
28
+ "gram_dtype": "float32",
29
+ "notes": null,
30
+ "task_scenario": "8",
31
+ "timestamp": "2025-09-05 19:07:41",
32
+ "method": "AutoencoderBasisMethod"
33
+ }