diff options
Diffstat (limited to 'runs/mvp/20251111-123308/args.json')
| -rw-r--r-- | runs/mvp/20251111-123308/args.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/runs/mvp/20251111-123308/args.json b/runs/mvp/20251111-123308/args.json new file mode 100644 index 0000000..2652573 --- /dev/null +++ b/runs/mvp/20251111-123308/args.json @@ -0,0 +1,21 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 3, + "hidden": 256, + "classes": 20, + "lr": 0.001, + "device": "cuda", + "lyapunov": false, + "lambda_reg": 0.1, + "lambda_target": 0.0, + "no_progress": false, + "out_dir": "runs/mvp", + "log_batches": false, + "spike_alpha": 10.0, + "decay": 0.99, + "v_threshold": 1.0, + "rec_strength": 0.2, + "rec_init_scale": 1.0, + "lyap_measure": "v", + "lyap_eps": 0.001 +}
\ No newline at end of file |
