summaryrefslogtreecommitdiff
path: root/results
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-04-08 01:31:16 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-04-08 01:31:16 -0500
commit02252d942dbf449276059c49260ec0994c4f9a5d (patch)
treec9460204ffdfd451018ac6da2e040cac99e12da2 /results
parent3b3557286af7fe9f7376e1e6122169ce8b0a17b1 (diff)
3-seed multi-seed verification of penalized DFA deep cos = +0.17
| seed | l0 | l1 | l2 | l3 | l4 | layer-mean | |---|---:|---:|---:|---:|---:|---:| | 42 | +0.316 | +0.169 | +0.151 | +0.165 | +0.166 | +0.193 | | 123 | +0.333 | +0.093 | +0.155 | +0.178 | +0.177 | +0.187 | | 456 | +0.339 | +0.131 | +0.123 | +0.150 | +0.150 | +0.179 | 3-seed mean deep cos (l1-l4): ~0.155 ± 0.025 3-seed layer-mean: +0.186 ± 0.007 The +0.17 finding is rock-solid, combined with: - null calibration: training-Bs +0.16 vs fresh-Bs +0.002 - hypothesis B confirmed: vanilla early ep deep cos ~0 - 3-seed reproducibility (this commit) This is the §4 evidence for the paper's 'penalty creates partial deep alignment, partially alleviating mode 2'.
Diffstat (limited to 'results')
-rw-r--r--results/dfa_pen_short/dfa_pen_lam0.01_s123.json43
-rw-r--r--results/dfa_pen_short/dfa_pen_lam0.01_s456.json43
2 files changed, 86 insertions, 0 deletions
diff --git a/results/dfa_pen_short/dfa_pen_lam0.01_s123.json b/results/dfa_pen_short/dfa_pen_lam0.01_s123.json
new file mode 100644
index 0000000..a3e4f17
--- /dev/null
+++ b/results/dfa_pen_short/dfa_pen_lam0.01_s123.json
@@ -0,0 +1,43 @@
+{
+ "config": {
+ "seed": 123,
+ "epochs": 30,
+ "lr": 0.001,
+ "wd": 0.01,
+ "lam": 0.01,
+ "output_dir": "results/dfa_pen_short"
+ },
+ "final_test_acc": 0.361,
+ "log": [
+ {
+ "epoch": 0,
+ "h_L_norm": 8.790542602539062,
+ "g_2_norm": 0.0009848480112850666,
+ "acc_eval": 0.095703125
+ },
+ {
+ "epoch": 1,
+ "h_L_norm": 804.6716918945312,
+ "g_2_norm": 1.0638542335072998e-05,
+ "acc_eval": 0.33203125
+ },
+ {
+ "epoch": 10,
+ "h_L_norm": 7987.6923828125,
+ "g_2_norm": 1.8574475006971625e-06,
+ "acc_eval": 0.3583984375
+ },
+ {
+ "epoch": 20,
+ "h_L_norm": 12512.4755859375,
+ "g_2_norm": 1.450142804060306e-06,
+ "acc_eval": 0.36328125
+ },
+ {
+ "epoch": 30,
+ "h_L_norm": 13365.671875,
+ "g_2_norm": 1.4136180652712937e-06,
+ "acc_eval": 0.3671875
+ }
+ ]
+} \ No newline at end of file
diff --git a/results/dfa_pen_short/dfa_pen_lam0.01_s456.json b/results/dfa_pen_short/dfa_pen_lam0.01_s456.json
new file mode 100644
index 0000000..049f2b6
--- /dev/null
+++ b/results/dfa_pen_short/dfa_pen_lam0.01_s456.json
@@ -0,0 +1,43 @@
+{
+ "config": {
+ "seed": 456,
+ "epochs": 30,
+ "lr": 0.001,
+ "wd": 0.01,
+ "lam": 0.01,
+ "output_dir": "results/dfa_pen_short"
+ },
+ "final_test_acc": 0.3604,
+ "log": [
+ {
+ "epoch": 0,
+ "h_L_norm": 8.889528274536133,
+ "g_2_norm": 0.0009970925748348236,
+ "acc_eval": 0.0927734375
+ },
+ {
+ "epoch": 1,
+ "h_L_norm": 855.8524780273438,
+ "g_2_norm": 1.0432391718495637e-05,
+ "acc_eval": 0.337890625
+ },
+ {
+ "epoch": 10,
+ "h_L_norm": 7816.9228515625,
+ "g_2_norm": 2.219895122834714e-06,
+ "acc_eval": 0.359375
+ },
+ {
+ "epoch": 20,
+ "h_L_norm": 12331.0693359375,
+ "g_2_norm": 1.7717479749990162e-06,
+ "acc_eval": 0.369140625
+ },
+ {
+ "epoch": 30,
+ "h_L_norm": 13201.048828125,
+ "g_2_norm": 1.691093075351091e-06,
+ "acc_eval": 0.369140625
+ }
+ ]
+} \ No newline at end of file