diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
| commit | cd99d6b874d9d09b3bb87b8485cc787885af71f1 (patch) | |
| tree | 59a233959932ca0e4f12f196275e07fcf443b33f /runs/mvp/20251111-142352 | |
init commit
Diffstat (limited to 'runs/mvp/20251111-142352')
| -rw-r--r-- | runs/mvp/20251111-142352/args.json | 21 | ||||
| -rw-r--r-- | runs/mvp/20251111-142352/metrics.csv | 6 |
2 files changed, 27 insertions, 0 deletions
diff --git a/runs/mvp/20251111-142352/args.json b/runs/mvp/20251111-142352/args.json new file mode 100644 index 0000000..e51e6e7 --- /dev/null +++ b/runs/mvp/20251111-142352/args.json @@ -0,0 +1,21 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 5, + "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": 8.0, + "decay": 0.995, + "v_threshold": 1.0, + "rec_strength": 0.3, + "rec_init_scale": 1.0, + "lyap_measure": "v", + "lyap_eps": 0.001 +}
\ No newline at end of file diff --git a/runs/mvp/20251111-142352/metrics.csv b/runs/mvp/20251111-142352/metrics.csv new file mode 100644 index 0000000..e3dc66f --- /dev/null +++ b/runs/mvp/20251111-142352/metrics.csv @@ -0,0 +1,6 @@ +step,epoch,batch,loss,acc,lyap,time_sec
+epoch,1,-1,2.8828735327007373,0.09158901422265817,nan,61.043389558792114
+epoch,2,-1,2.63898216350924,0.12420304070622855,nan,57.49463891983032
+epoch,3,-1,2.5625318771135928,0.13867091711623344,nan,57.05610203742981
+epoch,4,-1,2.5199132233405006,0.14382050024521825,nan,60.461140871047974
+epoch,5,-1,2.500011646846979,0.14970573810691515,nan,56.67473268508911
|
