p-j-r-1-2-3 commited on
Commit
8ca35ac
·
verified ·
1 Parent(s): c9933e3

update APPLIED run index

Browse files
Files changed (1) hide show
  1. applied/_index/APPLIED_RUNS_INDEX.json +357 -62
applied/_index/APPLIED_RUNS_INDEX.json CHANGED
@@ -1,106 +1,401 @@
1
  [
2
  {
3
- "key": "original/baseline_reference",
4
- "tag": "baseline_reference",
5
- "script": "train_ssvep_event_snn.py",
6
- "hf_folder": "applied/original",
7
- "phase": 1,
8
  "status": "ok",
9
- "duration_s": 576.1,
10
- "optimization_summary": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "zip": {
12
- "name": "baseline_reference.zip",
13
- "files": 79,
14
- "bytes": 12229960,
15
- "MB": 12.2,
16
- "sha256": "dbfae2e27e7c61c5d2a5e5d1d0a60eeeb5cac65dca488af8d9e07e91fe8a6bf2"
17
  }
18
  },
19
  {
20
- "key": "opt01_ttfs_dta/control_baseline",
21
- "tag": "control_baseline",
22
  "script": "opt01_ttfs_dta.py",
23
  "hf_folder": "applied/opt01_ttfs_dta",
24
- "phase": 1,
25
  "status": "ok",
26
- "duration_s": 324.9,
27
  "optimization_summary": {
28
  "optimization": "ttfs_dta",
29
  "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)",
30
  "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)",
31
  "script": "opt01_ttfs_dta.py",
32
- "baseline_mode": true,
33
  "method": "harmonic_matched",
34
  "accuracy": {
35
- "test_acc": 0.9435714285714286,
36
- "test_target_acc": 0.9435714285714286,
37
- "best_val_acc": 0.9485714285714286
38
  },
39
  "efficiency": {
40
  "spikes_per_inference": null,
41
- "syn_ops_per_inference": 3231983.9886363638,
42
  "dense_macs_per_inference": 122675200.0,
43
- "event_fraction_of_dense": 0.026345862803862263,
44
- "syn_ops_per_inference_dense_fanout": 64808601.77516234,
45
  "weight_sparsity": 0.7324707846410685,
46
- "effective_ticks": 12.076428571428572,
47
  "num_ticks": 100,
48
  "membrane_bytes_per_inference": 451200,
49
  "weight_bytes": 4907008,
50
  "input_raster_bytes": null,
51
- "train_ms_per_step": 95.4652436500055,
52
- "infer_ms_per_sample": 0.632198698124995,
53
- "peak_vram_mb": 2914.106368
54
  },
55
  "optimization_specific": {
56
- "ttfs": false,
57
- "dta": false,
58
- "readout": "spikecount",
59
  "ttfs_halt_k": 1,
60
- "dta_target_rate": null,
61
- "dta_momentum": null,
62
- "spikes_per_neuron_per_inference": 6.773503672745694,
63
- "ttfs_budget_respected": false,
64
- "frac_neurons_that_ever_fire": 0.7111518490374873,
65
- "mean_first_spike_tick": 13.85866447739239,
66
  "per_layer_ttfs": [
67
  {
68
  "layer": 0,
69
  "neurons": 320,
70
- "spikes_per_neuron_per_inference": 6.179979910714286,
71
- "frac_neurons_that_ever_fire": 0.7382388392857143,
72
- "mean_first_spike_tick": 13.402922616869903
73
  },
74
  {
75
  "layer": 1,
76
  "neurons": 512,
77
- "spikes_per_neuron_per_inference": 3.8403431919642856,
78
- "frac_neurons_that_ever_fire": 0.5913783482142857,
79
- "mean_first_spike_tick": 19.06668789808917
80
  },
81
  {
82
  "layer": 2,
83
  "neurons": 256,
84
- "spikes_per_neuron_per_inference": 13.378063616071428,
85
- "frac_neurons_that_ever_fire": 0.8717215401785714,
86
- "mean_first_spike_tick": 9.758566055853406
87
  },
88
  {
89
  "layer": 3,
90
  "neurons": 40,
91
- "spikes_per_neuron_per_inference": 6.796964285714286,
92
- "frac_neurons_that_ever_fire": 0.9999107142857143,
93
- "mean_first_spike_tick": 0.0006429145459416019
94
  }
95
  ],
96
- "mean_halt_tick": 100.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  "effective_ticks": 100.0,
98
- "ticks_saved_frac": 0.0,
99
  "num_ticks": 100,
100
- "dta_thr_min": 1.0,
101
- "dta_thr_max": 1.0,
102
- "dta_thr_mean": 1.0,
103
- "base_thresh": 1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  },
105
  "config": {
106
  "method": "harmonic_matched",
@@ -128,7 +423,7 @@
128
  "no_batchnorm": false,
129
  "binary_input": false,
130
  "beta": 1.0,
131
- "thresh": 1.0,
132
  "window": 0.5,
133
  "gain": 1.0,
134
  "alpha": 0.9,
@@ -140,13 +435,13 @@
140
  "decision_margin": 2.0,
141
  "export": false,
142
  "seed": 1234,
143
- "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/control_baseline",
144
  "repo_id": "UWU-R-13/SSVEP-SNN",
145
  "push_hf": false,
146
  "keep_epoch_weights": 1,
147
  "no_resume": true,
148
  "selftest": false,
149
- "baseline": true,
150
  "bench": true,
151
  "bench_warmup": 10,
152
  "bench_iters": 50,
@@ -154,7 +449,7 @@
154
  "ttfs": true,
155
  "ttfs_halt_k": 1,
156
  "dta": true,
157
- "dta_target_rate": 0.05,
158
  "dta_readout_rate": 0.95,
159
  "ttfs_logit_scale": 10.0,
160
  "dta_momentum": 0.1,
@@ -165,11 +460,11 @@
165
  }
166
  },
167
  "zip": {
168
- "name": "control_baseline.zip",
169
  "files": 80,
170
- "bytes": 12262646,
171
- "MB": 12.3,
172
- "sha256": "c4997d83edc40f945e2bde2e023fbe4d8722960cb38b6b4896a15611c735e03a"
173
  }
174
  }
175
  ]
 
1
  [
2
  {
3
+ "key": "opt01_ttfs_dta/dta_rate_0.02",
4
+ "tag": "dta_rate_0.02",
5
+ "script": "opt01_ttfs_dta.py",
6
+ "hf_folder": "applied/opt01_ttfs_dta",
7
+ "phase": 3,
8
  "status": "ok",
9
+ "duration_s": 592.4,
10
+ "optimization_summary": {
11
+ "optimization": "ttfs_dta",
12
+ "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)",
13
+ "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)",
14
+ "script": "opt01_ttfs_dta.py",
15
+ "baseline_mode": false,
16
+ "method": "harmonic_matched",
17
+ "accuracy": {
18
+ "test_acc": 0.22214285714285714,
19
+ "test_target_acc": 0.22214285714285714,
20
+ "best_val_acc": 0.23857142857142857
21
+ },
22
+ "efficiency": {
23
+ "spikes_per_inference": null,
24
+ "syn_ops_per_inference": 1370895.7012987013,
25
+ "dense_macs_per_inference": 122675200.0,
26
+ "event_fraction_of_dense": 0.01117500278213283,
27
+ "syn_ops_per_inference_dense_fanout": 46072438.1176948,
28
+ "weight_sparsity": 0.7324707846410685,
29
+ "effective_ticks": 100.0,
30
+ "num_ticks": 100,
31
+ "membrane_bytes_per_inference": 451200,
32
+ "weight_bytes": 4907008,
33
+ "input_raster_bytes": null,
34
+ "train_ms_per_step": 95.69850345000077,
35
+ "infer_ms_per_sample": 0.6107303025000022,
36
+ "peak_vram_mb": 2908.478464
37
+ },
38
+ "optimization_specific": {
39
+ "ttfs": true,
40
+ "dta": true,
41
+ "readout": "ttfs",
42
+ "ttfs_halt_k": 1,
43
+ "dta_target_rate": 0.02,
44
+ "dta_momentum": 0.1,
45
+ "spikes_per_neuron_per_inference": 0.666733789260385,
46
+ "ttfs_budget_respected": true,
47
+ "frac_neurons_that_ever_fire": 0.666733789260385,
48
+ "mean_first_spike_tick": 22.77649856682363,
49
+ "per_layer_ttfs": [
50
+ {
51
+ "layer": 0,
52
+ "neurons": 320,
53
+ "spikes_per_neuron_per_inference": 0.8998928571428572,
54
+ "frac_neurons_that_ever_fire": 0.8998928571428572,
55
+ "mean_first_spike_tick": 8.32483529785292
56
+ },
57
+ {
58
+ "layer": 1,
59
+ "neurons": 512,
60
+ "spikes_per_neuron_per_inference": 0.5788044084821429,
61
+ "frac_neurons_that_ever_fire": 0.5788044084821429,
62
+ "mean_first_spike_tick": 32.204212231282256
63
+ },
64
+ {
65
+ "layer": 2,
66
+ "neurons": 256,
67
+ "spikes_per_neuron_per_inference": 0.6099832589285714,
68
+ "frac_neurons_that_ever_fire": 0.6099832589285714,
69
+ "mean_first_spike_tick": 27.42329085436698
70
+ },
71
+ {
72
+ "layer": 3,
73
+ "neurons": 40,
74
+ "spikes_per_neuron_per_inference": 0.29016071428571427,
75
+ "frac_neurons_that_ever_fire": 0.29016071428571427,
76
+ "mean_first_spike_tick": 78.09735983752846
77
+ }
78
+ ],
79
+ "mean_halt_tick": 65.40357142857142,
80
+ "effective_ticks": 65.40357142857142,
81
+ "ticks_saved_frac": 0.3459642857142857,
82
+ "num_ticks": 100,
83
+ "dta_thr_min": 10.0,
84
+ "dta_thr_max": 10.0,
85
+ "dta_thr_mean": 10.0,
86
+ "base_thresh": 10.0
87
+ },
88
+ "config": {
89
+ "method": "harmonic_matched",
90
+ "data_root": "/kaggle/working/data",
91
+ "subjects": "",
92
+ "blocks": "",
93
+ "limit": 0,
94
+ "drop_rest": true,
95
+ "resplit": "block",
96
+ "test_blocks": "6",
97
+ "class_weight": false,
98
+ "epochs": 60,
99
+ "batch_size": 64,
100
+ "lr": 0.002,
101
+ "weight_decay": 0.0005,
102
+ "grad_clip": 5.0,
103
+ "num_bins": 100,
104
+ "window_sec": 5.0,
105
+ "hidden": "512,256",
106
+ "freq_groups": 8,
107
+ "dropout": 0.3,
108
+ "spike_drop": 0.1,
109
+ "time_jitter": 2,
110
+ "label_smoothing": 0.05,
111
+ "no_batchnorm": false,
112
+ "binary_input": false,
113
+ "beta": 1.0,
114
+ "thresh": 10.0,
115
+ "window": 0.5,
116
+ "gain": 1.0,
117
+ "alpha": 0.9,
118
+ "readout": "ttfs",
119
+ "fake_quant": 0,
120
+ "amp": false,
121
+ "spike_reg": 0.0,
122
+ "event_eval": true,
123
+ "decision_margin": 2.0,
124
+ "export": false,
125
+ "seed": 1234,
126
+ "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.02",
127
+ "repo_id": "UWU-R-13/SSVEP-SNN",
128
+ "push_hf": false,
129
+ "keep_epoch_weights": 1,
130
+ "no_resume": true,
131
+ "selftest": false,
132
+ "baseline": false,
133
+ "bench": true,
134
+ "bench_warmup": 10,
135
+ "bench_iters": 50,
136
+ "bench_train_steps": 20,
137
+ "ttfs": true,
138
+ "ttfs_halt_k": 1,
139
+ "dta": true,
140
+ "dta_target_rate": 0.02,
141
+ "dta_readout_rate": 0.95,
142
+ "ttfs_logit_scale": 10.0,
143
+ "dta_momentum": 0.1,
144
+ "dta_min": 0.2,
145
+ "dta_max": 5.0,
146
+ "dta_windup_patience": 200,
147
+ "sampling_rate": 250.0
148
+ }
149
+ },
150
  "zip": {
151
+ "name": "dta_rate_0.02.zip",
152
+ "files": 80,
153
+ "bytes": 12510253,
154
+ "MB": 12.5,
155
+ "sha256": "1243e55e5fd4e4197a0db50663cc4eaf49e0a10a9ad59a34c29305a28a06856f"
156
  }
157
  },
158
  {
159
+ "key": "opt01_ttfs_dta/dta_rate_0.10",
160
+ "tag": "dta_rate_0.10",
161
  "script": "opt01_ttfs_dta.py",
162
  "hf_folder": "applied/opt01_ttfs_dta",
163
+ "phase": 3,
164
  "status": "ok",
165
+ "duration_s": 314.3,
166
  "optimization_summary": {
167
  "optimization": "ttfs_dta",
168
  "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)",
169
  "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)",
170
  "script": "opt01_ttfs_dta.py",
171
+ "baseline_mode": false,
172
  "method": "harmonic_matched",
173
  "accuracy": {
174
+ "test_acc": 0.1392857142857143,
175
+ "test_target_acc": 0.1392857142857143,
176
+ "best_val_acc": 0.17
177
  },
178
  "efficiency": {
179
  "spikes_per_inference": null,
180
+ "syn_ops_per_inference": 1411658.4545454546,
181
  "dense_macs_per_inference": 122675200.0,
182
+ "event_fraction_of_dense": 0.011507284720509561,
183
+ "syn_ops_per_inference_dense_fanout": 47245923.233766235,
184
  "weight_sparsity": 0.7324707846410685,
185
+ "effective_ticks": 100.0,
186
  "num_ticks": 100,
187
  "membrane_bytes_per_inference": 451200,
188
  "weight_bytes": 4907008,
189
  "input_raster_bytes": null,
190
+ "train_ms_per_step": 95.29285290000189,
191
+ "infer_ms_per_sample": 0.6113808478124838,
192
+ "peak_vram_mb": 2909.302784
193
  },
194
  "optimization_specific": {
195
+ "ttfs": true,
196
+ "dta": true,
197
+ "readout": "ttfs",
198
  "ttfs_halt_k": 1,
199
+ "dta_target_rate": 0.1,
200
+ "dta_momentum": 0.1,
201
+ "spikes_per_neuron_per_inference": 0.6239190729483283,
202
+ "ttfs_budget_respected": true,
203
+ "frac_neurons_that_ever_fire": 0.6239190729483283,
204
+ "mean_first_spike_tick": 19.628332891840294,
205
  "per_layer_ttfs": [
206
  {
207
  "layer": 0,
208
  "neurons": 320,
209
+ "spikes_per_neuron_per_inference": 0.8614040178571428,
210
+ "frac_neurons_that_ever_fire": 0.8614040178571428,
211
+ "mean_first_spike_tick": 9.993713543866559
212
  },
213
  {
214
  "layer": 1,
215
  "neurons": 512,
216
+ "spikes_per_neuron_per_inference": 0.7464453125,
217
+ "frac_neurons_that_ever_fire": 0.7464453125,
218
+ "mean_first_spike_tick": 22.917884616822292
219
  },
220
  {
221
  "layer": 2,
222
  "neurons": 256,
223
+ "spikes_per_neuron_per_inference": 0.10224888392857143,
224
+ "frac_neurons_that_ever_fire": 0.10224888392857143,
225
+ "mean_first_spike_tick": 31.868034710473175
226
  },
227
  {
228
  "layer": 3,
229
  "neurons": 40,
230
+ "spikes_per_neuron_per_inference": 0.49439285714285713,
231
+ "frac_neurons_that_ever_fire": 0.49439285714285713,
232
+ "mean_first_spike_tick": 74.14935346384455
233
  }
234
  ],
235
+ "mean_halt_tick": 68.85428571428571,
236
+ "effective_ticks": 68.85428571428571,
237
+ "ticks_saved_frac": 0.3114571428571429,
238
+ "num_ticks": 100,
239
+ "dta_thr_min": 10.0,
240
+ "dta_thr_max": 31.87553596496582,
241
+ "dta_thr_mean": 15.468883514404297,
242
+ "base_thresh": 10.0
243
+ },
244
+ "config": {
245
+ "method": "harmonic_matched",
246
+ "data_root": "/kaggle/working/data",
247
+ "subjects": "",
248
+ "blocks": "",
249
+ "limit": 0,
250
+ "drop_rest": true,
251
+ "resplit": "block",
252
+ "test_blocks": "6",
253
+ "class_weight": false,
254
+ "epochs": 60,
255
+ "batch_size": 64,
256
+ "lr": 0.002,
257
+ "weight_decay": 0.0005,
258
+ "grad_clip": 5.0,
259
+ "num_bins": 100,
260
+ "window_sec": 5.0,
261
+ "hidden": "512,256",
262
+ "freq_groups": 8,
263
+ "dropout": 0.3,
264
+ "spike_drop": 0.1,
265
+ "time_jitter": 2,
266
+ "label_smoothing": 0.05,
267
+ "no_batchnorm": false,
268
+ "binary_input": false,
269
+ "beta": 1.0,
270
+ "thresh": 10.0,
271
+ "window": 0.5,
272
+ "gain": 1.0,
273
+ "alpha": 0.9,
274
+ "readout": "ttfs",
275
+ "fake_quant": 0,
276
+ "amp": false,
277
+ "spike_reg": 0.0,
278
+ "event_eval": true,
279
+ "decision_margin": 2.0,
280
+ "export": false,
281
+ "seed": 1234,
282
+ "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.10",
283
+ "repo_id": "UWU-R-13/SSVEP-SNN",
284
+ "push_hf": false,
285
+ "keep_epoch_weights": 1,
286
+ "no_resume": true,
287
+ "selftest": false,
288
+ "baseline": false,
289
+ "bench": true,
290
+ "bench_warmup": 10,
291
+ "bench_iters": 50,
292
+ "bench_train_steps": 20,
293
+ "ttfs": true,
294
+ "ttfs_halt_k": 1,
295
+ "dta": true,
296
+ "dta_target_rate": 0.1,
297
+ "dta_readout_rate": 0.95,
298
+ "ttfs_logit_scale": 10.0,
299
+ "dta_momentum": 0.1,
300
+ "dta_min": 0.2,
301
+ "dta_max": 5.0,
302
+ "dta_windup_patience": 200,
303
+ "sampling_rate": 250.0
304
+ }
305
+ },
306
+ "zip": {
307
+ "name": "dta_rate_0.10.zip",
308
+ "files": 77,
309
+ "bytes": 8117390,
310
+ "MB": 8.1,
311
+ "sha256": "149684ff3bdd640115b26d39a54bdaa9ae99619a8672a7ea6fcd59fc99345a27"
312
+ }
313
+ },
314
+ {
315
+ "key": "opt01_ttfs_dta/dta_rate_0.20",
316
+ "tag": "dta_rate_0.20",
317
+ "script": "opt01_ttfs_dta.py",
318
+ "hf_folder": "applied/opt01_ttfs_dta",
319
+ "phase": 3,
320
+ "status": "ok",
321
+ "duration_s": 315.0,
322
+ "optimization_summary": {
323
+ "optimization": "ttfs_dta",
324
+ "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)",
325
+ "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)",
326
+ "script": "opt01_ttfs_dta.py",
327
+ "baseline_mode": false,
328
+ "method": "harmonic_matched",
329
+ "accuracy": {
330
+ "test_acc": 0.30142857142857143,
331
+ "test_target_acc": 0.30142857142857143,
332
+ "best_val_acc": 0.3442857142857143
333
+ },
334
+ "efficiency": {
335
+ "spikes_per_inference": null,
336
+ "syn_ops_per_inference": 1268561.1761363635,
337
+ "dense_macs_per_inference": 122675200.0,
338
+ "event_fraction_of_dense": 0.010340811966366173,
339
+ "syn_ops_per_inference_dense_fanout": 40907301.49837662,
340
+ "weight_sparsity": 0.7324707846410685,
341
  "effective_ticks": 100.0,
 
342
  "num_ticks": 100,
343
+ "membrane_bytes_per_inference": 451200,
344
+ "weight_bytes": 4907008,
345
+ "input_raster_bytes": null,
346
+ "train_ms_per_step": 95.75917180000033,
347
+ "infer_ms_per_sample": 0.6131969368749424,
348
+ "peak_vram_mb": 2909.376512
349
+ },
350
+ "optimization_specific": {
351
+ "ttfs": true,
352
+ "dta": true,
353
+ "readout": "ttfs",
354
+ "ttfs_halt_k": 1,
355
+ "dta_target_rate": 0.2,
356
+ "dta_momentum": 0.1,
357
+ "spikes_per_neuron_per_inference": 0.6888367527862209,
358
+ "ttfs_budget_respected": true,
359
+ "frac_neurons_that_ever_fire": 0.6888367527862209,
360
+ "mean_first_spike_tick": 17.83636679533485,
361
+ "per_layer_ttfs": [
362
+ {
363
+ "layer": 0,
364
+ "neurons": 320,
365
+ "spikes_per_neuron_per_inference": 0.9109776785714285,
366
+ "frac_neurons_that_ever_fire": 0.9109776785714285,
367
+ "mean_first_spike_tick": 7.660495248923105
368
+ },
369
+ {
370
+ "layer": 1,
371
+ "neurons": 512,
372
+ "spikes_per_neuron_per_inference": 0.8185337611607143,
373
+ "frac_neurons_that_ever_fire": 0.8185337611607143,
374
+ "mean_first_spike_tick": 22.096457454514464
375
+ },
376
+ {
377
+ "layer": 2,
378
+ "neurons": 256,
379
+ "spikes_per_neuron_per_inference": 0.19032366071428572,
380
+ "frac_neurons_that_ever_fire": 0.19032366071428572,
381
+ "mean_first_spike_tick": 19.373438691139388
382
+ },
383
+ {
384
+ "layer": 3,
385
+ "neurons": 40,
386
+ "spikes_per_neuron_per_inference": 0.44207142857142856,
387
+ "frac_neurons_that_ever_fire": 0.44207142857142856,
388
+ "mean_first_spike_tick": 80.39121829051543
389
+ }
390
+ ],
391
+ "mean_halt_tick": 54.479285714285716,
392
+ "effective_ticks": 54.479285714285716,
393
+ "ticks_saved_frac": 0.4552071428571428,
394
+ "num_ticks": 100,
395
+ "dta_thr_min": 10.0,
396
+ "dta_thr_max": 36.44102096557617,
397
+ "dta_thr_mean": 16.610254287719727,
398
+ "base_thresh": 10.0
399
  },
400
  "config": {
401
  "method": "harmonic_matched",
 
423
  "no_batchnorm": false,
424
  "binary_input": false,
425
  "beta": 1.0,
426
+ "thresh": 10.0,
427
  "window": 0.5,
428
  "gain": 1.0,
429
  "alpha": 0.9,
 
435
  "decision_margin": 2.0,
436
  "export": false,
437
  "seed": 1234,
438
+ "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.20",
439
  "repo_id": "UWU-R-13/SSVEP-SNN",
440
  "push_hf": false,
441
  "keep_epoch_weights": 1,
442
  "no_resume": true,
443
  "selftest": false,
444
+ "baseline": false,
445
  "bench": true,
446
  "bench_warmup": 10,
447
  "bench_iters": 50,
 
449
  "ttfs": true,
450
  "ttfs_halt_k": 1,
451
  "dta": true,
452
+ "dta_target_rate": 0.2,
453
  "dta_readout_rate": 0.95,
454
  "ttfs_logit_scale": 10.0,
455
  "dta_momentum": 0.1,
 
460
  }
461
  },
462
  "zip": {
463
+ "name": "dta_rate_0.20.zip",
464
  "files": 80,
465
+ "bytes": 12365506,
466
+ "MB": 12.4,
467
+ "sha256": "0ff95b27869b51aaa9e93834f86b2558421ee7616d9cb9562165f0e64df9f734"
468
  }
469
  }
470
  ]