diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-03 10:58:22 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-03 10:58:22 -0500 |
| commit | 83b3e04e6856b9d9d6f3e75b6e955e5b78f9c787 (patch) | |
| tree | d333a2b28568e8e05e56403cb3e2bc4e2d16d9c3 /results | |
| parent | 6b63be9452ad5742cfdaca103fb8f1fc1437e5dd (diff) | |
Add EP cross-state distance for CIFAR + verify CNN summary
EP CIFAR d_BP: L0=2.0×, L4=26.7× (much closer to BP than DFA=162×/2.5M×)
EP synthetic: no checkpoints saved (ep_synthetic.py didn't save .pt)
CNN summary: 20 rows confirmed correct
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results')
| -rw-r--r-- | results/confirmatory/cross_state_distance.csv | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/confirmatory/cross_state_distance.csv b/results/confirmatory/cross_state_distance.csv index ced0b2d..a188225 100644 --- a/results/confirmatory/cross_state_distance.csv +++ b/results/confirmatory/cross_state_distance.csv @@ -99,3 +99,28 @@ credit_bridge,1024,1,77121.0625 credit_bridge,1024,2,812411.625
credit_bridge,1024,3,778364.5
credit_bridge,1024,4,857215.4375
+ep,42,0,2.498086929321289
+ep,42,1,2.9240031242370605
+ep,42,2,3.9739274978637695
+ep,42,3,6.136961936950684
+ep,42,4,17.687297821044922
+ep,123,0,2.1549911499023438
+ep,123,1,2.3918161392211914
+ep,123,2,2.86129093170166
+ep,123,3,5.58036470413208
+ep,123,4,42.85441207885742
+ep,456,0,1.4583234786987305
+ep,456,1,1.5726327896118164
+ep,456,2,1.9336634874343872
+ep,456,3,4.273191452026367
+ep,456,4,20.694082260131836
+ep,789,0,1.6408449411392212
+ep,789,1,1.8634353876113892
+ep,789,2,2.559810161590576
+ep,789,3,3.2274422645568848
+ep,789,4,16.97345733642578
+ep,1024,0,2.0738821029663086
+ep,1024,1,2.3210971355438232
+ep,1024,2,5.204535484313965
+ep,1024,3,9.53221321105957
+ep,1024,4,35.47341537475586
|
