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/mvp/20251111-123627 | |
| parent | c53c04aa1d6ff75cb478a9498c370baa929c74b6 (diff) | |
| parent | cd99d6b874d9d09b3bb87b8485cc787885af71f1 (diff) | |
Merge master into main
Diffstat (limited to 'runs/mvp/20251111-123627')
| -rw-r--r-- | runs/mvp/20251111-123627/args.json | 21 | ||||
| -rw-r--r-- | runs/mvp/20251111-123627/metrics.csv | 4 |
2 files changed, 25 insertions, 0 deletions
diff --git a/runs/mvp/20251111-123627/args.json b/runs/mvp/20251111-123627/args.json new file mode 100644 index 0000000..46693f1 --- /dev/null +++ b/runs/mvp/20251111-123627/args.json @@ -0,0 +1,21 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 3, + "hidden": 256, + "classes": 20, + "lr": 0.001, + "device": "cuda", + "lyapunov": true, + "lambda_reg": 0.3, + "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": "s", + "lyap_eps": 0.01 +}
\ No newline at end of file diff --git a/runs/mvp/20251111-123627/metrics.csv b/runs/mvp/20251111-123627/metrics.csv new file mode 100644 index 0000000..6bb1136 --- /dev/null +++ b/runs/mvp/20251111-123627/metrics.csv @@ -0,0 +1,4 @@ +step,epoch,batch,loss,acc,lyap,time_sec
+epoch,1,-1,23.15114151981311,0.06351152525747916,-8.197938411376056,60.34978914260864
+epoch,2,-1,19.10207879654387,0.09759686120647376,-7.326419949064068,62.847798347473145
+epoch,3,-1,17.88698274052102,0.10556645414418833,-7.064282491160374,56.77815008163452
|
