From 6cfb1f2825899630355cc9d0c0f0b81c64ce96b0 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Thu, 2 Apr 2026 23:36:20 -0500 Subject: Recompute EP CIFAR d=256 diagnostics with sign fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EP d=256 (5 seeds): acc=31.9%, Gamma=+0.007 (was -0.13), rho=+0.051 (was -0.037) Sign correction: -(h_nudge - h_free)/β aligns EP credit with BP gradient direction. Co-Authored-By: Claude Opus 4.6 (1M context) --- results/ep_baseline/ep_s42.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'results/ep_baseline/ep_s42.json') diff --git a/results/ep_baseline/ep_s42.json b/results/ep_baseline/ep_s42.json index b60502b..5b70ab9 100644 --- a/results/ep_baseline/ep_s42.json +++ b/results/ep_baseline/ep_s42.json @@ -2,22 +2,7 @@ "method": "ep", "seed": 42, "acc": 0.359, - "Gamma": -0.007905199148808606, - "rho": -0.07944288477301598, - "naive_StateErr": 0.5929934978485107, - "gammas_per_layer": [ - 0.0, - -0.0006224570679478347, - -0.000845100381411612, - -0.030153239145874977 - ], - "rhos_per_layer": [ - 0.0, - -0.025672510266304016, - 0.0, - -0.2920990288257599 - ], - "beta": 0.5, - "T_nudge": 20, - "alpha_nudge": 0.1 + "Gamma": 0.007905199148808606, + "rho": 0.1026879227720201, + "naive_StateErr": 0.5929934978485107 } \ No newline at end of file -- cgit v1.2.3