p-j-r-1-2-3 commited on
Commit
c5a9780
·
verified ·
1 Parent(s): 835a0b0

add run control_baseline

Browse files
applied/opt06_uticket_prune/control_baseline.summary.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "opt06_uticket_prune/control_baseline",
3
+ "tag": "control_baseline",
4
+ "script": "opt06_uticket_prune.py",
5
+ "script_sha256_16": "13957bb36508b8cf",
6
+ "hf_folder": "applied/opt06_uticket_prune",
7
+ "priority": 0,
8
+ "note": "control: no pruning",
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/opt06_uticket_prune.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/opt06_uticket_prune/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": 323.1,
52
+ "started_utc": "2026-08-23T04:02:35.465332+00:00",
53
+ "finished_utc": "2026-08-23T04:07:58.555273+00:00",
54
+ "optimization_summary": {
55
+ "optimization": "uticket_workload_balanced_pruning",
56
+ "research_section": "3. Spike sparsity & MAC->AC restructuring",
57
+ "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746",
58
+ "script": "opt06_uticket_prune.py",
59
+ "baseline_mode": true,
60
+ "method": "harmonic_matched",
61
+ "accuracy": {
62
+ "test_acc": 0.945,
63
+ "test_target_acc": 0.945,
64
+ "best_val_acc": 0.945
65
+ },
66
+ "efficiency": {
67
+ "spikes_per_inference": null,
68
+ "syn_ops_per_inference": 3269036.607142857,
69
+ "dense_macs_per_inference": 122675200.0,
70
+ "event_fraction_of_dense": 0.026647901182495378,
71
+ "syn_ops_per_inference_dense_fanout": 64845654.39366884,
72
+ "weight_sparsity": 0.7324707846410685,
73
+ "effective_ticks": 11.901428571428571,
74
+ "num_ticks": 100,
75
+ "membrane_bytes_per_inference": 451200,
76
+ "weight_bytes": 4907008,
77
+ "input_raster_bytes": null,
78
+ "train_ms_per_step": 95.36304565003775,
79
+ "infer_ms_per_sample": 0.6318974475001937,
80
+ "peak_vram_mb": 2828.277248
81
+ },
82
+ "optimization_specific": {
83
+ "pruning_enabled": false,
84
+ "balance_enabled": false
85
+ },
86
+ "config": {
87
+ "method": "harmonic_matched",
88
+ "data_root": "/kaggle/working/data",
89
+ "subjects": "",
90
+ "blocks": "",
91
+ "limit": 0,
92
+ "drop_rest": true,
93
+ "resplit": "block",
94
+ "test_blocks": "6",
95
+ "class_weight": false,
96
+ "epochs": 60,
97
+ "batch_size": 64,
98
+ "lr": 0.002,
99
+ "weight_decay": 0.0005,
100
+ "grad_clip": 5.0,
101
+ "num_bins": 100,
102
+ "window_sec": 5.0,
103
+ "hidden": "512,256",
104
+ "freq_groups": 8,
105
+ "dropout": 0.3,
106
+ "spike_drop": 0.1,
107
+ "time_jitter": 2,
108
+ "label_smoothing": 0.05,
109
+ "no_batchnorm": false,
110
+ "binary_input": false,
111
+ "beta": 1.0,
112
+ "thresh": 1.0,
113
+ "window": 0.5,
114
+ "gain": 1.0,
115
+ "alpha": 0.9,
116
+ "readout": "spikecount",
117
+ "fake_quant": 0,
118
+ "amp": false,
119
+ "spike_reg": 0.0,
120
+ "event_eval": true,
121
+ "decision_margin": 2.0,
122
+ "export": false,
123
+ "seed": 1234,
124
+ "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/control_baseline",
125
+ "repo_id": "UWU-R-13/SSVEP-SNN",
126
+ "push_hf": false,
127
+ "keep_epoch_weights": 1,
128
+ "no_resume": true,
129
+ "selftest": false,
130
+ "baseline": true,
131
+ "bench": true,
132
+ "bench_warmup": 10,
133
+ "bench_iters": 50,
134
+ "bench_train_steps": 20,
135
+ "prune_rounds": 5,
136
+ "prune_rate": 0.5,
137
+ "rewind_epoch": 1,
138
+ "balance": true,
139
+ "balance_iters": 2,
140
+ "prune_readout": false,
141
+ "sampling_rate": 250.0
142
+ }
143
+ },
144
+ "final_summary": {
145
+ "final_test_acc": 0.945,
146
+ "final_test_target_acc": 0.945,
147
+ "final_test_rest_recall": NaN,
148
+ "best_acc": 0.945,
149
+ "best_epoch": 42,
150
+ "resplit": "block",
151
+ "class_weight": false,
152
+ "drop_rest": true,
153
+ "epochs": 60,
154
+ "method": "harmonic_matched",
155
+ "n_in": 2880,
156
+ "n_classes": 40,
157
+ "num_bins": 100
158
+ },
159
+ "event_driven_summary": {
160
+ "acc": 0.945,
161
+ "anytime_acc": {
162
+ "0.25": 0.6328571428571429,
163
+ "0.5": 0.8407142857142857,
164
+ "0.75": 0.9164285714285715,
165
+ "1.0": 0.945
166
+ },
167
+ "syn_per_inference": 3269036.607142857,
168
+ "dense_per_inference": 122675200.0,
169
+ "event_fraction_of_dense": 0.026647901182495378,
170
+ "syn_per_inference_dense_fanout": 64845654.39366884,
171
+ "weight_sparsity": 0.7324707846410685,
172
+ "num_ticks": 100,
173
+ "dt_ms": 50.0,
174
+ "margin_decision_acc": 0.4357142857142857,
175
+ "mean_decision_tick": 11.901428571428571,
176
+ "mean_decision_ms": 595.0714285714286,
177
+ "dense_forward_test_acc": 0.945
178
+ },
179
+ "extra_sweep_file_present": false,
180
+ "selftest": {
181
+ "mode": "gate",
182
+ "passed": true
183
+ },
184
+ "driver_version": 1,
185
+ "zip": {
186
+ "name": "control_baseline.zip",
187
+ "files": 80,
188
+ "bytes": 12237618,
189
+ "MB": 12.2,
190
+ "sha256": "b3bf34aaf9578d97fb975b4f1ed60ef42bf6884b49c48fbdd831889668315689"
191
+ }
192
+ }
applied/opt06_uticket_prune/control_baseline.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bf34aaf9578d97fb975b4f1ed60ef42bf6884b49c48fbdd831889668315689
3
+ size 12237618