p-j-r-1-2-3 commited on
Commit
b74cd4d
·
verified ·
1 Parent(s): 5c4626d

update APPLIED run index

Browse files
applied/_index/APPLIED_RUNS_INDEX.json CHANGED
@@ -8159,5 +8159,213 @@
8159
  "MB": 12.9,
8160
  "sha256": "96148b8cfdd2cc7166e463c0948bf69e29ea65a2fb029c5128e8cb7e2f38ee97"
8161
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8162
  }
8163
  ]
 
8159
  "MB": 12.9,
8160
  "sha256": "96148b8cfdd2cc7166e463c0948bf69e29ea65a2fb029c5128e8cb7e2f38ee97"
8161
  }
8162
+ },
8163
+ {
8164
+ "key": "opt10_parallel_lif_scan/psn_beta_0.99",
8165
+ "tag": "psn_beta_0.99",
8166
+ "script": "opt10_parallel_lif_scan.py",
8167
+ "hf_folder": "applied/opt10_parallel_lif_scan",
8168
+ "phase": 10,
8169
+ "status": "ok",
8170
+ "duration_s": 357.1,
8171
+ "optimization_summary": {
8172
+ "optimization": "parallel_lif_scan",
8173
+ "research_section": "4. Membrane-Potential Memory Wall (reset-mechanism removal) / 6. Feasibility & Limitations",
8174
+ "reference": "Fang et al., Parallel Spiking Neurons, NeurIPS 2023, arXiv:2304.12760; Hillis-Steele parallel prefix scan",
8175
+ "script": "opt10_parallel_lif_scan.py",
8176
+ "baseline_mode": false,
8177
+ "method": "harmonic_matched",
8178
+ "accuracy": {
8179
+ "test_acc": 0.6828571428571428,
8180
+ "test_target_acc": 0.6828571428571428,
8181
+ "best_val_acc": 0.6842857142857143
8182
+ },
8183
+ "efficiency": {
8184
+ "spikes_per_inference": null,
8185
+ "syn_ops_per_inference": 4365884.818993507,
8186
+ "dense_macs_per_inference": 122675200.0,
8187
+ "event_fraction_of_dense": 0.03558897657385932,
8188
+ "syn_ops_per_inference_dense_fanout": 65942502.60551948,
8189
+ "weight_sparsity": 0.7324707846410685,
8190
+ "effective_ticks": 53.832142857142856,
8191
+ "num_ticks": 100,
8192
+ "membrane_bytes_per_inference": 451200,
8193
+ "weight_bytes": 4907008,
8194
+ "input_raster_bytes": null,
8195
+ "train_ms_per_step": 100.77966630005903,
8196
+ "infer_ms_per_sample": 0.6451527859371708,
8197
+ "peak_vram_mb": 2842.555392
8198
+ },
8199
+ "optimization_specific": {
8200
+ "lif_mode": "psn",
8201
+ "scan_reset_correction": null,
8202
+ "psn_init_beta": 0.99,
8203
+ "training_T": 100,
8204
+ "sequential_depth": 1,
8205
+ "sequential_depth_baseline": 100,
8206
+ "depth_reduction_x": 100.0,
8207
+ "speedup_vs_sequential_at_T": 0.8667356019082757,
8208
+ "speedup_vs_sequential_at_T_fwdbwd": 0.4835946716392173,
8209
+ "scan_crossover_T": null,
8210
+ "scan_ever_wins": false,
8211
+ "t_scaling": [
8212
+ {
8213
+ "T": 25,
8214
+ "sequential_ms": 0.05496805999428034,
8215
+ "scan_ms": 0.3456908999942243,
8216
+ "psn_ms": 0.18115955997927813,
8217
+ "sequential_fwdbwd_ms": 0.4645312600041507,
8218
+ "scan_fwdbwd_ms": 0.8382693599924096,
8219
+ "psn_fwdbwd_ms": 0.9094492200165405,
8220
+ "scan_speedup_x": 0.1590092767706605,
8221
+ "scan_speedup_fwdbwd_x": 0.5541551226545569,
8222
+ "psn_speedup_x": 0.30342345720296426,
8223
+ "psn_speedup_fwdbwd_x": 0.5107830649364921,
8224
+ "depth_sequential": 25,
8225
+ "depth_scan": 5,
8226
+ "depth_psn": 1
8227
+ },
8228
+ {
8229
+ "T": 50,
8230
+ "sequential_ms": 0.10559017999185016,
8231
+ "scan_ms": 0.5695103000107338,
8232
+ "psn_ms": 0.17528217998915352,
8233
+ "sequential_fwdbwd_ms": 0.45854101997974794,
8234
+ "scan_fwdbwd_ms": 0.9955093800090253,
8235
+ "psn_fwdbwd_ms": 0.8833207399948151,
8236
+ "scan_speedup_x": 0.1854052156560822,
8237
+ "scan_speedup_fwdbwd_x": 0.46060944194779035,
8238
+ "psn_speedup_x": 0.6024011111590699,
8239
+ "psn_speedup_fwdbwd_x": 0.5191104422414439,
8240
+ "depth_sequential": 50,
8241
+ "depth_scan": 6,
8242
+ "depth_psn": 1
8243
+ },
8244
+ {
8245
+ "T": 100,
8246
+ "sequential_ms": 0.20940268001140794,
8247
+ "scan_ms": 1.3589141799820936,
8248
+ "psn_ms": 0.2415992599708261,
8249
+ "sequential_fwdbwd_ms": 0.46627144001831766,
8250
+ "scan_fwdbwd_ms": 2.239362180007447,
8251
+ "psn_fwdbwd_ms": 0.9641781999744126,
8252
+ "scan_speedup_x": 0.15409558829842163,
8253
+ "scan_speedup_fwdbwd_x": 0.20821618056297042,
8254
+ "psn_speedup_x": 0.8667356019082757,
8255
+ "psn_speedup_fwdbwd_x": 0.4835946716392173,
8256
+ "depth_sequential": 100,
8257
+ "depth_scan": 7,
8258
+ "depth_psn": 1
8259
+ },
8260
+ {
8261
+ "T": 200,
8262
+ "sequential_ms": 0.4091517000051681,
8263
+ "scan_ms": 2.9292668600101024,
8264
+ "psn_ms": 0.6302713400145876,
8265
+ "sequential_fwdbwd_ms": 0.9026070800246089,
8266
+ "scan_fwdbwd_ms": 4.632057460003125,
8267
+ "psn_fwdbwd_ms": 2.566589920024853,
8268
+ "scan_speedup_x": 0.13967716823306328,
8269
+ "scan_speedup_fwdbwd_x": 0.19486094199358225,
8270
+ "psn_speedup_x": 0.6491675474180665,
8271
+ "psn_speedup_fwdbwd_x": 0.3516756116675891,
8272
+ "depth_sequential": 200,
8273
+ "depth_scan": 8,
8274
+ "depth_psn": 1
8275
+ },
8276
+ {
8277
+ "T": 400,
8278
+ "sequential_ms": 0.8303197599889245,
8279
+ "scan_ms": 6.150987639994128,
8280
+ "psn_ms": 2.0698285400067107,
8281
+ "sequential_fwdbwd_ms": 1.8045985999924596,
8282
+ "scan_fwdbwd_ms": 9.68689645997074,
8283
+ "psn_fwdbwd_ms": 7.7340216799711925,
8284
+ "scan_speedup_x": 0.13498966484506172,
8285
+ "scan_speedup_fwdbwd_x": 0.18629275201295076,
8286
+ "psn_speedup_x": 0.4011538849426786,
8287
+ "psn_speedup_fwdbwd_x": 0.23333249823514607,
8288
+ "depth_sequential": 400,
8289
+ "depth_scan": 9,
8290
+ "depth_psn": 1
8291
+ }
8292
+ ],
8293
+ "accuracy_cost_of_reset_removal": {
8294
+ "firing_rate_hard_reset": 0.026105469092726707,
8295
+ "firing_rate_reset_free": 0.36106836795806885,
8296
+ "firing_rate_reset_corrected": 0.00894628930836916,
8297
+ "spike_agreement_reset_free": 0.6650371551513672,
8298
+ "spike_agreement_reset_corrected": 0.9814648628234863,
8299
+ "spike_storm_ratio_reset_free": 13.831138857361761
8300
+ },
8301
+ "psn_extra_params": 40000,
8302
+ "deploy_neuron_is_hard_reset": true,
8303
+ "train_deploy_neuron_mismatch": true,
8304
+ "event_driven_acc_under_hard_reset": 0.7435714285714285,
8305
+ "dense_forward_acc_under_train_neuron": 0.6828571428571428
8306
+ },
8307
+ "config": {
8308
+ "method": "harmonic_matched",
8309
+ "data_root": "/kaggle/working/data",
8310
+ "subjects": "",
8311
+ "blocks": "",
8312
+ "limit": 0,
8313
+ "drop_rest": true,
8314
+ "resplit": "block",
8315
+ "test_blocks": "6",
8316
+ "class_weight": false,
8317
+ "epochs": 60,
8318
+ "batch_size": 64,
8319
+ "lr": 0.002,
8320
+ "weight_decay": 0.0005,
8321
+ "grad_clip": 5.0,
8322
+ "num_bins": 100,
8323
+ "window_sec": 5.0,
8324
+ "hidden": "512,256",
8325
+ "freq_groups": 8,
8326
+ "dropout": 0.3,
8327
+ "spike_drop": 0.1,
8328
+ "time_jitter": 2,
8329
+ "label_smoothing": 0.05,
8330
+ "no_batchnorm": false,
8331
+ "binary_input": false,
8332
+ "beta": 1.0,
8333
+ "thresh": 1.0,
8334
+ "window": 0.5,
8335
+ "gain": 1.0,
8336
+ "alpha": 0.9,
8337
+ "readout": "spikecount",
8338
+ "fake_quant": 0,
8339
+ "amp": false,
8340
+ "spike_reg": 0.0,
8341
+ "event_eval": true,
8342
+ "decision_margin": 2.0,
8343
+ "export": false,
8344
+ "seed": 1234,
8345
+ "hub_dir": "/kaggle/working/hub/opt10_parallel_lif_scan/psn_beta_0.99",
8346
+ "repo_id": "UWU-R-13/SSVEP-SNN",
8347
+ "push_hf": false,
8348
+ "keep_epoch_weights": 1,
8349
+ "no_resume": true,
8350
+ "selftest": false,
8351
+ "baseline": false,
8352
+ "bench": true,
8353
+ "bench_warmup": 10,
8354
+ "bench_iters": 50,
8355
+ "bench_train_steps": 20,
8356
+ "lif_mode": "psn",
8357
+ "scan_reset_correction": true,
8358
+ "psn_init_beta": 0.99,
8359
+ "t_scaling": "25,50,100,200,400",
8360
+ "sampling_rate": 250.0
8361
+ }
8362
+ },
8363
+ "zip": {
8364
+ "name": "psn_beta_0.99.zip",
8365
+ "files": 81,
8366
+ "bytes": 12894722,
8367
+ "MB": 12.9,
8368
+ "sha256": "04959b375a94e369dcbaf0e59a23b330dc523fd787c867088043943c6bbd4e1e"
8369
+ }
8370
  }
8371
  ]