p-j-r-1-2-3 commited on
Commit
7d4df84
·
verified ·
1 Parent(s): 2d74c6e

add run control_baseline

Browse files
applied/opt03_ftbc_threshold_balance/control_baseline.summary.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "opt03_ftbc_threshold_balance/control_baseline",
3
+ "tag": "control_baseline",
4
+ "script": "opt03_ftbc_threshold_balance.py",
5
+ "script_sha256_16": "b61e2bfeb6416b99",
6
+ "hf_folder": "applied/opt03_ftbc_threshold_balance",
7
+ "priority": 0,
8
+ "note": "control: single scalar threshold",
9
+ "phase": 1,
10
+ "n_phases": 10,
11
+ "method": "harmonic_matched",
12
+ "command": [
13
+ "/usr/bin/python3",
14
+ "-m",
15
+ "torch.distributed.run",
16
+ "--standalone",
17
+ "--nproc_per_node=2",
18
+ "/kaggle/working/scripts/opt03_ftbc_threshold_balance.py",
19
+ "--method",
20
+ "harmonic_matched",
21
+ "--data-root",
22
+ "/kaggle/working/data",
23
+ "--epochs",
24
+ "60",
25
+ "--seed",
26
+ "1234",
27
+ "--batch-size",
28
+ "64",
29
+ "--event-eval",
30
+ "--no-resume",
31
+ "--decision-margin",
32
+ "2.0",
33
+ "--hub-dir",
34
+ "/kaggle/working/hub/opt03_ftbc_threshold_balance/control_baseline",
35
+ "--keep-epoch-weights",
36
+ "1",
37
+ "--resplit",
38
+ "block",
39
+ "--drop-rest",
40
+ "--bench",
41
+ "--baseline"
42
+ ],
43
+ "flags": [
44
+ "--baseline"
45
+ ],
46
+ "epochs_requested": 60,
47
+ "gpus": 2,
48
+ "relative_epoch_cost": 1.0,
49
+ "exit_code": 0,
50
+ "status": "ok",
51
+ "duration_s": 321.7,
52
+ "started_utc": "2026-08-23T03:19:11.604589+00:00",
53
+ "finished_utc": "2026-08-23T03:24:33.335746+00:00",
54
+ "optimization_summary": {
55
+ "optimization": "ftbc_threshold_balance",
56
+ "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)",
57
+ "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024",
58
+ "script": "opt03_ftbc_threshold_balance.py",
59
+ "baseline_mode": true,
60
+ "method": "harmonic_matched",
61
+ "accuracy": {
62
+ "test_acc": 0.9421428571428572,
63
+ "test_target_acc": 0.9421428571428572,
64
+ "best_val_acc": 0.945
65
+ },
66
+ "efficiency": {
67
+ "spikes_per_inference": null,
68
+ "syn_ops_per_inference": 3271536.9975649347,
69
+ "dense_macs_per_inference": 122675200.0,
70
+ "event_fraction_of_dense": 0.026668283382174512,
71
+ "syn_ops_per_inference_dense_fanout": 64848154.78409091,
72
+ "weight_sparsity": 0.7324707846410685,
73
+ "effective_ticks": 12.079285714285714,
74
+ "num_ticks": 100,
75
+ "membrane_bytes_per_inference": 451200,
76
+ "weight_bytes": 4907008,
77
+ "input_raster_bytes": null,
78
+ "train_ms_per_step": 94.71398885000326,
79
+ "infer_ms_per_sample": 0.6264105418749466,
80
+ "peak_vram_mb": 2828.282368
81
+ },
82
+ "optimization_specific": {
83
+ "calibrate_thresh": false,
84
+ "ftbc": false,
85
+ "calib_percentile": 99.9,
86
+ "calib_batches": 8,
87
+ "ftbc_target_ticks": 8,
88
+ "ftbc_ref_ticks": 100,
89
+ "trained_T": 100,
90
+ "thresh_before": [
91
+ 1.0,
92
+ 1.0,
93
+ 1.0,
94
+ 1.0
95
+ ],
96
+ "thresh_after": null,
97
+ "min_ticks_within_1pct_of_full": null,
98
+ "min_ticks_within_1pct_per_arm": null,
99
+ "speedup_at_min_ticks": null,
100
+ "full_T_acc": null,
101
+ "t_sweep_rows": null,
102
+ "calibration_reference": "same network at full T (NOT a source ANN)"
103
+ },
104
+ "config": {
105
+ "method": "harmonic_matched",
106
+ "data_root": "/kaggle/working/data",
107
+ "subjects": "",
108
+ "blocks": "",
109
+ "limit": 0,
110
+ "drop_rest": true,
111
+ "resplit": "block",
112
+ "test_blocks": "6",
113
+ "class_weight": false,
114
+ "epochs": 60,
115
+ "batch_size": 64,
116
+ "lr": 0.002,
117
+ "weight_decay": 0.0005,
118
+ "grad_clip": 5.0,
119
+ "num_bins": 100,
120
+ "window_sec": 5.0,
121
+ "hidden": "512,256",
122
+ "freq_groups": 8,
123
+ "dropout": 0.3,
124
+ "spike_drop": 0.1,
125
+ "time_jitter": 2,
126
+ "label_smoothing": 0.05,
127
+ "no_batchnorm": false,
128
+ "binary_input": false,
129
+ "beta": 1.0,
130
+ "thresh": 1.0,
131
+ "window": 0.5,
132
+ "gain": 1.0,
133
+ "alpha": 0.9,
134
+ "readout": "spikecount",
135
+ "fake_quant": 0,
136
+ "amp": false,
137
+ "spike_reg": 0.0,
138
+ "event_eval": true,
139
+ "decision_margin": 2.0,
140
+ "export": false,
141
+ "seed": 1234,
142
+ "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/control_baseline",
143
+ "repo_id": "UWU-R-13/SSVEP-SNN",
144
+ "push_hf": false,
145
+ "keep_epoch_weights": 1,
146
+ "no_resume": true,
147
+ "selftest": false,
148
+ "baseline": true,
149
+ "bench": true,
150
+ "bench_warmup": 10,
151
+ "bench_iters": 50,
152
+ "bench_train_steps": 20,
153
+ "calibrate_thresh": true,
154
+ "calib_percentile": 99.9,
155
+ "calib_batches": 8,
156
+ "ftbc": true,
157
+ "ftbc_target_ticks": 8,
158
+ "ftbc_ref_ticks": 0,
159
+ "ftbc_lr": 1.0,
160
+ "t_sweep": "4,8,16,25,50,100",
161
+ "sampling_rate": 250.0
162
+ }
163
+ },
164
+ "final_summary": {
165
+ "final_test_acc": 0.9421428571428572,
166
+ "final_test_target_acc": 0.9421428571428572,
167
+ "final_test_rest_recall": NaN,
168
+ "best_acc": 0.945,
169
+ "best_epoch": 50,
170
+ "resplit": "block",
171
+ "class_weight": false,
172
+ "drop_rest": true,
173
+ "epochs": 60,
174
+ "method": "harmonic_matched",
175
+ "n_in": 2880,
176
+ "n_classes": 40,
177
+ "num_bins": 100
178
+ },
179
+ "event_driven_summary": {
180
+ "acc": 0.9421428571428572,
181
+ "anytime_acc": {
182
+ "0.25": 0.6235714285714286,
183
+ "0.5": 0.8414285714285714,
184
+ "0.75": 0.9092857142857143,
185
+ "1.0": 0.9421428571428572
186
+ },
187
+ "syn_per_inference": 3271536.9975649347,
188
+ "dense_per_inference": 122675200.0,
189
+ "event_fraction_of_dense": 0.026668283382174512,
190
+ "syn_per_inference_dense_fanout": 64848154.78409091,
191
+ "weight_sparsity": 0.7324707846410685,
192
+ "num_ticks": 100,
193
+ "dt_ms": 50.0,
194
+ "margin_decision_acc": 0.44857142857142857,
195
+ "mean_decision_tick": 12.079285714285714,
196
+ "mean_decision_ms": 603.9642857142858,
197
+ "dense_forward_test_acc": 0.9421428571428572
198
+ },
199
+ "extra_sweep_file_present": false,
200
+ "selftest": {
201
+ "mode": "gate",
202
+ "passed": true
203
+ },
204
+ "driver_version": 1,
205
+ "zip": {
206
+ "name": "control_baseline.zip",
207
+ "files": 80,
208
+ "bytes": 12244248,
209
+ "MB": 12.2,
210
+ "sha256": "c24f218a83b9e351cc6d43ef1b51d7b3f9e3bfa86c64ae22f40bc90ce4f087a4"
211
+ }
212
+ }
applied/opt03_ftbc_threshold_balance/control_baseline.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24f218a83b9e351cc6d43ef1b51d7b3f9e3bfa86c64ae22f40bc90ce4f087a4
3
+ size 12244248