Invalid JSON:Unexpected token 'N', ..."_recall": NaN,
""... is not valid JSON
| { | |
| "key": "opt10_parallel_lif_scan/psn_beta_0.9", | |
| "tag": "psn_beta_0.9", | |
| "script": "opt10_parallel_lif_scan.py", | |
| "script_sha256_16": "1b869e8327d5b545", | |
| "hf_folder": "applied/opt10_parallel_lif_scan", | |
| "priority": 2, | |
| "note": "", | |
| "phase": 10, | |
| "n_phases": 10, | |
| "method": "harmonic_matched", | |
| "command": [ | |
| "/usr/bin/python3", | |
| "-m", | |
| "torch.distributed.run", | |
| "--standalone", | |
| "--nproc_per_node=2", | |
| "/kaggle/working/scripts/opt10_parallel_lif_scan.py", | |
| "--method", | |
| "harmonic_matched", | |
| "--data-root", | |
| "/kaggle/working/data", | |
| "--epochs", | |
| "60", | |
| "--seed", | |
| "1234", | |
| "--batch-size", | |
| "64", | |
| "--event-eval", | |
| "--no-resume", | |
| "--decision-margin", | |
| "2.0", | |
| "--hub-dir", | |
| "/kaggle/working/hub/opt10_parallel_lif_scan/psn_beta_0.9", | |
| "--keep-epoch-weights", | |
| "1", | |
| "--resplit", | |
| "block", | |
| "--drop-rest", | |
| "--bench", | |
| "--lif-mode", | |
| "psn", | |
| "--psn-init-beta", | |
| "0.9" | |
| ], | |
| "flags": [ | |
| "--lif-mode", | |
| "psn", | |
| "--psn-init-beta", | |
| "0.9" | |
| ], | |
| "epochs_requested": 60, | |
| "gpus": 2, | |
| "relative_epoch_cost": 1.0, | |
| "exit_code": 0, | |
| "status": "ok", | |
| "duration_s": 351.6, | |
| "started_utc": "2026-08-23T06:06:16.031785+00:00", | |
| "finished_utc": "2026-08-23T06:12:07.663836+00:00", | |
| "optimization_summary": { | |
| "optimization": "parallel_lif_scan", | |
| "research_section": "4. Membrane-Potential Memory Wall (reset-mechanism removal) / 6. Feasibility & Limitations", | |
| "reference": "Fang et al., Parallel Spiking Neurons, NeurIPS 2023, arXiv:2304.12760; Hillis-Steele parallel prefix scan", | |
| "script": "opt10_parallel_lif_scan.py", | |
| "baseline_mode": false, | |
| "method": "harmonic_matched", | |
| "accuracy": { | |
| "test_acc": 0.6964285714285714, | |
| "test_target_acc": 0.6964285714285714, | |
| "best_val_acc": 0.7285714285714285 | |
| }, | |
| "efficiency": { | |
| "spikes_per_inference": null, | |
| "syn_ops_per_inference": 5176237.288961039, | |
| "dense_macs_per_inference": 122675200.0, | |
| "event_fraction_of_dense": 0.04219465131469962, | |
| "syn_ops_per_inference_dense_fanout": 66752855.07548702, | |
| "weight_sparsity": 0.7324707846410685, | |
| "effective_ticks": 55.697857142857146, | |
| "num_ticks": 100, | |
| "membrane_bytes_per_inference": 451200, | |
| "weight_bytes": 4907008, | |
| "input_raster_bytes": null, | |
| "train_ms_per_step": 102.83473259996754, | |
| "infer_ms_per_sample": 0.649207880937297, | |
| "peak_vram_mb": 2847.078912 | |
| }, | |
| "optimization_specific": { | |
| "lif_mode": "psn", | |
| "scan_reset_correction": null, | |
| "psn_init_beta": 0.9, | |
| "training_T": 100, | |
| "sequential_depth": 1, | |
| "sequential_depth_baseline": 100, | |
| "depth_reduction_x": 100.0, | |
| "speedup_vs_sequential_at_T": 0.8724925086390959, | |
| "speedup_vs_sequential_at_T_fwdbwd": 0.4817815323292957, | |
| "scan_crossover_T": null, | |
| "scan_ever_wins": false, | |
| "t_scaling": [ | |
| { | |
| "T": 25, | |
| "sequential_ms": 0.05956672001047991, | |
| "scan_ms": 0.3328626999791595, | |
| "psn_ms": 0.17485306001617573, | |
| "sequential_fwdbwd_ms": 0.46148434001224814, | |
| "scan_fwdbwd_ms": 0.8587325400003465, | |
| "psn_fwdbwd_ms": 0.8687231200019596, | |
| "scan_speedup_x": 0.17895282353417602, | |
| "scan_speedup_fwdbwd_x": 0.5374017153374226, | |
| "psn_speedup_x": 0.34066730090379527, | |
| "psn_speedup_fwdbwd_x": 0.5312214322225097, | |
| "depth_sequential": 25, | |
| "depth_scan": 5, | |
| "depth_psn": 1 | |
| }, | |
| { | |
| "T": 50, | |
| "sequential_ms": 0.10483347999979742, | |
| "scan_ms": 0.5544375800309354, | |
| "psn_ms": 0.17474394000601023, | |
| "sequential_fwdbwd_ms": 0.45085652000125265, | |
| "scan_fwdbwd_ms": 0.9833989199978532, | |
| "psn_fwdbwd_ms": 0.7971558999997796, | |
| "scan_speedup_x": 0.18908076179458855, | |
| "scan_speedup_fwdbwd_x": 0.458467576924161, | |
| "psn_speedup_x": 0.599926269238245, | |
| "psn_speedup_fwdbwd_x": 0.5655813624428763, | |
| "depth_sequential": 50, | |
| "depth_scan": 6, | |
| "depth_psn": 1 | |
| }, | |
| { | |
| "T": 100, | |
| "sequential_ms": 0.20967206000932492, | |
| "scan_ms": 1.3550479799960158, | |
| "psn_ms": 0.2403138799854787, | |
| "sequential_fwdbwd_ms": 0.4669908200230566, | |
| "scan_fwdbwd_ms": 2.250836300008814, | |
| "psn_fwdbwd_ms": 0.9692999600156327, | |
| "scan_speedup_x": 0.15473404861275938, | |
| "scan_speedup_fwdbwd_x": 0.20747435965077865, | |
| "psn_speedup_x": 0.8724925086390959, | |
| "psn_speedup_fwdbwd_x": 0.4817815323292957, | |
| "depth_sequential": 100, | |
| "depth_scan": 7, | |
| "depth_psn": 1 | |
| }, | |
| { | |
| "T": 200, | |
| "sequential_ms": 0.40853824000805616, | |
| "scan_ms": 2.922354920010548, | |
| "psn_ms": 0.6451787200057879, | |
| "sequential_fwdbwd_ms": 0.9023520199843915, | |
| "scan_fwdbwd_ms": 4.593412940012058, | |
| "psn_fwdbwd_ms": 2.5656265399811673, | |
| "scan_speedup_x": 0.13979761226489956, | |
| "scan_speedup_fwdbwd_x": 0.19644478555895364, | |
| "psn_speedup_x": 0.6332171650118763, | |
| "psn_speedup_fwdbwd_x": 0.35170824978720994, | |
| "depth_sequential": 200, | |
| "depth_scan": 8, | |
| "depth_psn": 1 | |
| }, | |
| { | |
| "T": 400, | |
| "sequential_ms": 0.8306725399961579, | |
| "scan_ms": 6.124960480010486, | |
| "psn_ms": 2.0797147800112725, | |
| "sequential_fwdbwd_ms": 1.8039058800059138, | |
| "scan_fwdbwd_ms": 9.7072754400142, | |
| "psn_fwdbwd_ms": 7.797065839986317, | |
| "scan_speedup_x": 0.13562088158889407, | |
| "scan_speedup_fwdbwd_x": 0.18583029719853864, | |
| "psn_speedup_x": 0.39941656806980785, | |
| "psn_speedup_fwdbwd_x": 0.23135701519343327, | |
| "depth_sequential": 400, | |
| "depth_scan": 9, | |
| "depth_psn": 1 | |
| } | |
| ], | |
| "accuracy_cost_of_reset_removal": { | |
| "firing_rate_hard_reset": 0.026105469092726707, | |
| "firing_rate_reset_free": 0.36106836795806885, | |
| "firing_rate_reset_corrected": 0.00894628930836916, | |
| "spike_agreement_reset_free": 0.6650371551513672, | |
| "spike_agreement_reset_corrected": 0.9814648628234863, | |
| "spike_storm_ratio_reset_free": 13.831138857361761 | |
| }, | |
| "psn_extra_params": 40000, | |
| "deploy_neuron_is_hard_reset": true, | |
| "train_deploy_neuron_mismatch": true, | |
| "event_driven_acc_under_hard_reset": 0.7457142857142857, | |
| "dense_forward_acc_under_train_neuron": 0.6964285714285714 | |
| }, | |
| "config": { | |
| "method": "harmonic_matched", | |
| "data_root": "/kaggle/working/data", | |
| "subjects": "", | |
| "blocks": "", | |
| "limit": 0, | |
| "drop_rest": true, | |
| "resplit": "block", | |
| "test_blocks": "6", | |
| "class_weight": false, | |
| "epochs": 60, | |
| "batch_size": 64, | |
| "lr": 0.002, | |
| "weight_decay": 0.0005, | |
| "grad_clip": 5.0, | |
| "num_bins": 100, | |
| "window_sec": 5.0, | |
| "hidden": "512,256", | |
| "freq_groups": 8, | |
| "dropout": 0.3, | |
| "spike_drop": 0.1, | |
| "time_jitter": 2, | |
| "label_smoothing": 0.05, | |
| "no_batchnorm": false, | |
| "binary_input": false, | |
| "beta": 1.0, | |
| "thresh": 1.0, | |
| "window": 0.5, | |
| "gain": 1.0, | |
| "alpha": 0.9, | |
| "readout": "spikecount", | |
| "fake_quant": 0, | |
| "amp": false, | |
| "spike_reg": 0.0, | |
| "event_eval": true, | |
| "decision_margin": 2.0, | |
| "export": false, | |
| "seed": 1234, | |
| "hub_dir": "/kaggle/working/hub/opt10_parallel_lif_scan/psn_beta_0.9", | |
| "repo_id": "UWU-R-13/SSVEP-SNN", | |
| "push_hf": false, | |
| "keep_epoch_weights": 1, | |
| "no_resume": true, | |
| "selftest": false, | |
| "baseline": false, | |
| "bench": true, | |
| "bench_warmup": 10, | |
| "bench_iters": 50, | |
| "bench_train_steps": 20, | |
| "lif_mode": "psn", | |
| "scan_reset_correction": true, | |
| "psn_init_beta": 0.9, | |
| "t_scaling": "25,50,100,200,400", | |
| "sampling_rate": 250.0 | |
| } | |
| }, | |
| "final_summary": { | |
| "final_test_acc": 0.6964285714285714, | |
| "final_test_target_acc": 0.6964285714285714, | |
| "final_test_rest_recall": NaN, | |
| "best_acc": 0.7285714285714285, | |
| "best_epoch": 25, | |
| "resplit": "block", | |
| "class_weight": false, | |
| "drop_rest": true, | |
| "epochs": 60, | |
| "method": "harmonic_matched", | |
| "n_in": 2880, | |
| "n_classes": 40, | |
| "num_bins": 100 | |
| }, | |
| "event_driven_summary": { | |
| "acc": 0.7457142857142857, | |
| "anytime_acc": { | |
| "0.25": 0.28785714285714287, | |
| "0.5": 0.49714285714285716, | |
| "0.75": 0.6521428571428571, | |
| "1.0": 0.7457142857142857 | |
| }, | |
| "syn_per_inference": 5176237.288961039, | |
| "dense_per_inference": 122675200.0, | |
| "event_fraction_of_dense": 0.04219465131469962, | |
| "syn_per_inference_dense_fanout": 66752855.07548702, | |
| "weight_sparsity": 0.7324707846410685, | |
| "num_ticks": 100, | |
| "dt_ms": 50.0, | |
| "margin_decision_acc": 0.7121428571428572, | |
| "mean_decision_tick": 55.697857142857146, | |
| "mean_decision_ms": 2784.8928571428573, | |
| "dense_forward_test_acc": 0.6964285714285714 | |
| }, | |
| "extra_sweep_file_present": true, | |
| "selftest": { | |
| "mode": "gate", | |
| "passed": true | |
| }, | |
| "driver_version": 1, | |
| "zip": { | |
| "name": "psn_beta_0.9.zip", | |
| "files": 81, | |
| "bytes": 12868890, | |
| "MB": 12.9, | |
| "sha256": "96148b8cfdd2cc7166e463c0948bf69e29ea65a2fb029c5128e8cb7e2f38ee97" | |
| } | |
| } |