From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- runs/mvp/20251111-143027/args.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 runs/mvp/20251111-143027/args.json (limited to 'runs/mvp/20251111-143027/args.json') diff --git a/runs/mvp/20251111-143027/args.json b/runs/mvp/20251111-143027/args.json new file mode 100644 index 0000000..4b32392 --- /dev/null +++ b/runs/mvp/20251111-143027/args.json @@ -0,0 +1,21 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 5, + "hidden": 256, + "classes": 20, + "lr": 0.001, + "device": "cuda", + "lyapunov": true, + "lambda_reg": 0.1, + "lambda_target": 0.0, + "no_progress": false, + "out_dir": "runs/mvp", + "log_batches": true, + "spike_alpha": 8.0, + "decay": 0.995, + "v_threshold": 1.0, + "rec_strength": 0.3, + "rec_init_scale": 1.0, + "lyap_measure": "v", + "lyap_eps": 0.05 +} \ No newline at end of file -- cgit v1.2.3