diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 18:57:48 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 18:57:48 -0500 |
| commit | 7c3b3393ca2264c463296144461d2ce6c62e3657 (patch) | |
| tree | 4c43b4a8a305304656aef683d80670b75d8d42ec /results | |
| parent | 9322dad726ed17d05c7306d04e7b91aa0cc6c369 (diff) | |
Commit dfa_pen_short lam=1e-4 s123/s456 JSONs (auditable source for §5 ¶2)
The §5 ¶2 lambda sweep claim "at λ=1e-4, three-seed mean ‖h_L‖≈2.2e4
and ‖g_L‖≈7.0e-7" depends on these three files:
results/dfa_pen_short/dfa_pen_lam0.0001_s42.json (already committed)
results/dfa_pen_short/dfa_pen_lam0.0001_s123.json (this commit)
results/dfa_pen_short/dfa_pen_lam0.0001_s456.json (this commit)
The s123 and s456 files were untracked. Committing them as part of
the auditable source set for the §5 ¶2 lambda-sweep claim.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results')
| -rw-r--r-- | results/dfa_pen_short/dfa_pen_lam0.0001_s123.json | 43 | ||||
| -rw-r--r-- | results/dfa_pen_short/dfa_pen_lam0.0001_s456.json | 43 |
2 files changed, 86 insertions, 0 deletions
diff --git a/results/dfa_pen_short/dfa_pen_lam0.0001_s123.json b/results/dfa_pen_short/dfa_pen_lam0.0001_s123.json new file mode 100644 index 0000000..a1ce1ca --- /dev/null +++ b/results/dfa_pen_short/dfa_pen_lam0.0001_s123.json @@ -0,0 +1,43 @@ +{ + "config": { + "seed": 123, + "epochs": 30, + "lr": 0.001, + "wd": 0.01, + "lam": 0.0001, + "output_dir": "results/dfa_pen_short" + }, + "final_test_acc": 0.3622, + "log": [ + { + "epoch": 0, + "h_L_norm": 8.790542602539062, + "g_2_norm": 0.0009848480112850666, + "acc_eval": 0.095703125 + }, + { + "epoch": 1, + "h_L_norm": 2827.260498046875, + "g_2_norm": 3.043011929548811e-06, + "acc_eval": 0.326171875 + }, + { + "epoch": 10, + "h_L_norm": 14764.572265625, + "g_2_norm": 9.23873074043513e-07, + "acc_eval": 0.337890625 + }, + { + "epoch": 20, + "h_L_norm": 19536.810546875, + "g_2_norm": 7.765002578707936e-07, + "acc_eval": 0.3603515625 + }, + { + "epoch": 30, + "h_L_norm": 20566.5, + "g_2_norm": 7.58046951432334e-07, + "acc_eval": 0.3681640625 + } + ] +}
\ No newline at end of file diff --git a/results/dfa_pen_short/dfa_pen_lam0.0001_s456.json b/results/dfa_pen_short/dfa_pen_lam0.0001_s456.json new file mode 100644 index 0000000..82df2a2 --- /dev/null +++ b/results/dfa_pen_short/dfa_pen_lam0.0001_s456.json @@ -0,0 +1,43 @@ +{ + "config": { + "seed": 456, + "epochs": 30, + "lr": 0.001, + "wd": 0.01, + "lam": 0.0001, + "output_dir": "results/dfa_pen_short" + }, + "final_test_acc": 0.3597, + "log": [ + { + "epoch": 0, + "h_L_norm": 8.889528274536133, + "g_2_norm": 0.0009970925748348236, + "acc_eval": 0.0927734375 + }, + { + "epoch": 1, + "h_L_norm": 3954.11083984375, + "g_2_norm": 2.4893793124647345e-06, + "acc_eval": 0.298828125 + }, + { + "epoch": 10, + "h_L_norm": 16358.37890625, + "g_2_norm": 8.429430522483017e-07, + "acc_eval": 0.3505859375 + }, + { + "epoch": 20, + "h_L_norm": 21660.259765625, + "g_2_norm": 7.284623961822945e-07, + "acc_eval": 0.3720703125 + }, + { + "epoch": 30, + "h_L_norm": 22849.345703125, + "g_2_norm": 7.00145847076783e-07, + "acc_eval": 0.37109375 + } + ] +}
\ No newline at end of file |
