AbstractPhil commited on
Commit
aee54d6
·
verified ·
1 Parent(s): 6c437f3

Ablation B-HIGH-B2_gaussian_only

Browse files
B/HIGH/B2_gaussian_only/seed0/final_report.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "group": "B",
4
+ "variant": "B2_gaussian_only",
5
+ "band": "HIGH",
6
+ "seed": 0,
7
+ "phase": 1,
8
+ "overrides": {
9
+ "noise_types": [
10
+ 0
11
+ ]
12
+ },
13
+ "description": "B-HIGH-B2_gaussian_only"
14
+ },
15
+ "run_config": {
16
+ "matrix_v": 32,
17
+ "D": 4,
18
+ "patch_size": 4,
19
+ "hidden": 64,
20
+ "depth": 1,
21
+ "n_cross_layers": 1,
22
+ "n_heads": 4,
23
+ "max_alpha": 0.2,
24
+ "alpha_init": -2.0,
25
+ "img_size": 64,
26
+ "batch_size": 128,
27
+ "lr": 0.0001,
28
+ "epochs": 1,
29
+ "weight_decay": 0.0,
30
+ "use_cv_ema": true,
31
+ "cv_ema_alpha": 0.01,
32
+ "cv_alignment_epochs": 0,
33
+ "cv_measure_every": 50,
34
+ "cv_sigma_scale": 0.3,
35
+ "boost": 0.5,
36
+ "cross_attn_clip": 0.5,
37
+ "allowed_types": [
38
+ 0
39
+ ],
40
+ "train_size": 1000000,
41
+ "val_size": 10000,
42
+ "num_workers": 2,
43
+ "report_every": 100,
44
+ "major_report_every": 10,
45
+ "save_every": 5,
46
+ "seed": 0,
47
+ "hf_repo": "AbstractPhil/geolip-svae-batteries",
48
+ "upload": false
49
+ },
50
+ "cv_ema_final": 0.7532526989096351,
51
+ "cv_last": 0.955166582576933,
52
+ "predicted_band": "UNCLASSIFIED",
53
+ "expected_band": "HIGH",
54
+ "band_match": false,
55
+ "test_mse": 0.9590300917625427,
56
+ "recon_ema": 0.9961576105610642,
57
+ "S0": 3.4055113792419434,
58
+ "SD": 2.2137160301208496,
59
+ "ratio": 1.5383686604430225,
60
+ "erank": 3.9466047286987305,
61
+ "observed_sphere_cv": 0.950407339262611,
62
+ "uniform_sphere_cv_prediction": 0.922915479249404,
63
+ "band_deviation": 0.027491860013207026,
64
+ "params_count": 40703,
65
+ "wallclock_seconds": 2.4350595474243164,
66
+ "batches_completed": 100,
67
+ "batch_limit": 100,
68
+ "cv_trajectory": [
69
+ {
70
+ "batch": 0,
71
+ "cv": 0.7512131647311775,
72
+ "cv_ema": 0.7512131647311775,
73
+ "recon": 1.0370267629623413
74
+ },
75
+ {
76
+ "batch": 50,
77
+ "cv": 0.955166582576933,
78
+ "cv_ema": 0.7532526989096351,
79
+ "recon": 0.96928870677948
80
+ }
81
+ ]
82
+ }