p-j-r-1-2-3 commited on
Commit
52643ce
·
verified ·
1 Parent(s): 9c9f6d0

add run control_baseline

Browse files
applied/opt04_cudagraph_unroll/control_baseline.summary.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "opt04_cudagraph_unroll/control_baseline",
3
+ "tag": "control_baseline",
4
+ "script": "opt04_cudagraph_unroll.py",
5
+ "script_sha256_16": "847dee0db9d2d87e",
6
+ "hf_folder": "applied/opt04_cudagraph_unroll",
7
+ "priority": 0,
8
+ "note": "control: eager-only (no graph capture)",
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/opt04_cudagraph_unroll.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/opt04_cudagraph_unroll/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": 320.6,
52
+ "started_utc": "2026-08-23T03:31:59.520995+00:00",
53
+ "finished_utc": "2026-08-23T03:37:20.099632+00:00",
54
+ "optimization_summary": {
55
+ "optimization": "cudagraph_static_unroll",
56
+ "research_section": "2. Temporal-dimension reduction / 5. OS & runtime",
57
+ "reference": "CUDA Graphs static capture/replay applied to the unrolled T-tick event-driven inference loop",
58
+ "script": "opt04_cudagraph_unroll.py",
59
+ "baseline_mode": true,
60
+ "method": "harmonic_matched",
61
+ "accuracy": {
62
+ "test_acc": 0.9385714285714286,
63
+ "test_target_acc": 0.9385714285714286,
64
+ "best_val_acc": 0.9464285714285714
65
+ },
66
+ "efficiency": {
67
+ "spikes_per_inference": null,
68
+ "syn_ops_per_inference": 3254834.5267857146,
69
+ "dense_macs_per_inference": 122675200.0,
70
+ "event_fraction_of_dense": 0.02653213140704653,
71
+ "syn_ops_per_inference_dense_fanout": 64831452.31331169,
72
+ "weight_sparsity": 0.7324707846410685,
73
+ "effective_ticks": 12.097857142857142,
74
+ "num_ticks": 100,
75
+ "membrane_bytes_per_inference": 451200,
76
+ "weight_bytes": 4907008,
77
+ "input_raster_bytes": null,
78
+ "train_ms_per_step": 92.22967624664307,
79
+ "infer_ms_per_sample": 0.6272434443235397,
80
+ "peak_vram_mb": 2804.347904
81
+ },
82
+ "optimization_specific": {
83
+ "graph_enabled": false
84
+ },
85
+ "config": {
86
+ "method": "harmonic_matched",
87
+ "data_root": "/kaggle/working/data",
88
+ "subjects": "",
89
+ "blocks": "",
90
+ "limit": 0,
91
+ "drop_rest": true,
92
+ "resplit": "block",
93
+ "test_blocks": "6",
94
+ "class_weight": false,
95
+ "epochs": 60,
96
+ "batch_size": 64,
97
+ "lr": 0.002,
98
+ "weight_decay": 0.0005,
99
+ "grad_clip": 5.0,
100
+ "num_bins": 100,
101
+ "window_sec": 5.0,
102
+ "hidden": "512,256",
103
+ "freq_groups": 8,
104
+ "dropout": 0.3,
105
+ "spike_drop": 0.1,
106
+ "time_jitter": 2,
107
+ "label_smoothing": 0.05,
108
+ "no_batchnorm": false,
109
+ "binary_input": false,
110
+ "beta": 1.0,
111
+ "thresh": 1.0,
112
+ "window": 0.5,
113
+ "gain": 1.0,
114
+ "alpha": 0.9,
115
+ "readout": "spikecount",
116
+ "fake_quant": 0,
117
+ "amp": false,
118
+ "spike_reg": 0.0,
119
+ "event_eval": true,
120
+ "decision_margin": 2.0,
121
+ "export": false,
122
+ "seed": 1234,
123
+ "hub_dir": "/kaggle/working/hub/opt04_cudagraph_unroll/control_baseline",
124
+ "repo_id": "UWU-R-13/SSVEP-SNN",
125
+ "push_hf": false,
126
+ "keep_epoch_weights": 1,
127
+ "no_resume": true,
128
+ "selftest": false,
129
+ "baseline": true,
130
+ "bench": true,
131
+ "bench_warmup": 10,
132
+ "bench_iters": 50,
133
+ "bench_train_steps": 20,
134
+ "event_capacity": 0,
135
+ "graph_warmup": 3,
136
+ "bench_batches": "1,8,32,128",
137
+ "sampling_rate": 250.0
138
+ }
139
+ },
140
+ "final_summary": {
141
+ "final_test_acc": 0.9385714285714286,
142
+ "final_test_target_acc": 0.9385714285714286,
143
+ "final_test_rest_recall": NaN,
144
+ "best_acc": 0.9464285714285714,
145
+ "best_epoch": 48,
146
+ "resplit": "block",
147
+ "class_weight": false,
148
+ "drop_rest": true,
149
+ "epochs": 60,
150
+ "method": "harmonic_matched",
151
+ "n_in": 2880,
152
+ "n_classes": 40,
153
+ "num_bins": 100
154
+ },
155
+ "event_driven_summary": {
156
+ "acc": 0.9385714285714286,
157
+ "anytime_acc": {
158
+ "0.25": 0.6292857142857143,
159
+ "0.5": 0.8507142857142858,
160
+ "0.75": 0.9128571428571428,
161
+ "1.0": 0.9385714285714286
162
+ },
163
+ "syn_per_inference": 3254834.5267857146,
164
+ "dense_per_inference": 122675200.0,
165
+ "event_fraction_of_dense": 0.02653213140704653,
166
+ "syn_per_inference_dense_fanout": 64831452.31331169,
167
+ "weight_sparsity": 0.7324707846410685,
168
+ "num_ticks": 100,
169
+ "dt_ms": 50.0,
170
+ "margin_decision_acc": 0.45285714285714285,
171
+ "mean_decision_tick": 12.097857142857142,
172
+ "mean_decision_ms": 604.8928571428571,
173
+ "dense_forward_test_acc": 0.9385714285714286
174
+ },
175
+ "extra_sweep_file_present": false,
176
+ "selftest": {
177
+ "mode": "gate",
178
+ "passed": true
179
+ },
180
+ "driver_version": 1,
181
+ "zip": {
182
+ "name": "control_baseline.zip",
183
+ "files": 80,
184
+ "bytes": 12254389,
185
+ "MB": 12.3,
186
+ "sha256": "90228451e4506fa57fd18dda54312748f259653c71dda8725406593029e0c194"
187
+ }
188
+ }
applied/opt04_cudagraph_unroll/control_baseline.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90228451e4506fa57fd18dda54312748f259653c71dda8725406593029e0c194
3
+ size 12254389