diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:50:59 -0600 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:50:59 -0600 |
| commit | 00cf667cee7ffacb144d5805fc7e0ef443f3583a (patch) | |
| tree | 77d20a3adaecf96bf3aff0612bdd3b5fa1a7dc7e /runs/snntorch_test | |
| parent | c53c04aa1d6ff75cb478a9498c370baa929c74b6 (diff) | |
| parent | cd99d6b874d9d09b3bb87b8485cc787885af71f1 (diff) | |
Merge master into main
Diffstat (limited to 'runs/snntorch_test')
| -rw-r--r-- | runs/snntorch_test/20251227-051616/args.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/runs/snntorch_test/20251227-051616/args.json b/runs/snntorch_test/20251227-051616/args.json new file mode 100644 index 0000000..0203558 --- /dev/null +++ b/runs/snntorch_test/20251227-051616/args.json @@ -0,0 +1,26 @@ +{ + "model": "feedforward", + "hidden": [ + 64 + ], + "classes": 20, + "beta": 0.9, + "threshold": 1.0, + "dropout": 0.0, + "surrogate_slope": 25.0, + "alpha": 0.9, + "epochs": 1, + "lr": 0.001, + "weight_decay": 0.0, + "device": "cpu", + "cfg": "data_io/configs/shd.yaml", + "lyapunov": true, + "lambda_reg": 0.1, + "lambda_target": 0.0, + "lyap_eps": 0.0001, + "lyap_layers": null, + "out_dir": "runs/snntorch_test", + "log_batches": false, + "no_progress": true, + "save_model": false +}
\ No newline at end of file |
