| Age | Commit message (Collapse) | Author |
|
phase, z* parity 4e-7
Scoped via blk._sdpa set only inside relax()'s loop (grad paths jvp/vjp/resreg
keep the manual attention: no forward-mode-through-flash risk). Combined with
--holofast: ~1.51x full-step exact-math tier.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
passed
holo_a_track computed the doubled-batch jvp/vjp on [v0; -v0] at a shared
anchor zbar — exact antisymmetric redundancy (phase deviations from the
common mode are exact negatives). holo_a_track_fast computes at batch B and
mirrors: single-eval parity 6e-7 (exact); trajectory-level 45% divergence
SHARED with the original's own FD noise floor (1e-6 state noise -> 49%
self-divergence — the 2r=0.04 finite difference amplifies fp noise; training
averages it via pema/momentum). Ship gate: cos(EP,BPTT) orig vs fast
indistinguishable (0.907/0.912, 0.853/0.853, 0.918/0.918). Timing 6.43->4.16s
on the T2=40 nudged phase (contended GPU, relative). --holofast flag,
default off; queued ablation arms deliberately stay on orig for fidelity.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
saves on delay arms for dip-screening
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
audit
- lt_ep_train: --reg_delay N (reg-free early phase: resreg/jr/floss/adaptc off
for first N steps) + --noadaptc (kill hidden jacreg==0 damping feedback that
would pollute single-reg ablation arms)
- queue v2: 4 arms delay-first (abl_delay = reg-free 2k -> proven pair)
- eig_traj/2/3: ARPACK audit of redx_traj — the run crossed the edge EARLY and
oscillated (s1000 rotating-unstable, s1400 excursion mu=+2.1 self-recovered,
s2000 the ONLY stable snapshot mu=-0.02, s2100/s2200 already back out) =>
s2000 is a post-excursion STABILITY-DIP capture, dip width <100 steps;
learning survives mild instability (val fell through unstable stretches).
lead_rho cold-40 under-reads clusters — NOT a classifier; ARPACK for audits.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
from-scratch ablation queue
- ep_step: floss block after resreg — unroll q=10 steps past z_T1 on a
sub-batch WITH graph, rho_hat = mean per-step delta growth, one-sided
relu(rho_hat - 0.995)^2, ramp keyed on (rho_hat - target) NOT resT1
(de-cliffed resreg: same fundamental path-LE quantity, linear early signal),
capped at floss fraction of task-grad norm (resreg convention).
- smoke: below-target = untouched (cos 1.0000); force-fire = finite grads,
capped perturbation (cos 0.9803).
- runs/abl3_queue.sh (runner live): waits for free GPU slots (0/1/3, GPU2
excluded), launches abl_floss (floss-only) / abl_resreg (resreg-only, never
cleanly run) / abl_pair (proven 2.09 recipe, control) with identical
remaining flags + seed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
eigreg v2 = true map-eigenvalue (spec_penalty)
- eig_control: fix plain-PI bug (shifted PI for lambda_max of indefinite Sym);
add lead_rho + spec_penalty (soft one-sided cap on |lam|(I+eps*J_F), 2-D
Rayleigh-Ritz, matvec-only) — aep 'spectral' ported. eig_penalty demoted to
diagnostic.
- eig_recheck.py (Lanczos audit): omega=+5..+13 on ALL operators incl the
stablest (s2000 +12.8 while true alpha=-0.02); gap omega-alpha~10; old
'warm -10.14 vs scratch +1.11' numbers were PI-mixture artifacts. RETRACTED.
- eig_v2_smoke/depth: v2 mechanics validated vs ARPACK; z_T1 readings >1 are
unconverged-state contamination (150: 1.009 -> 400/800: 0.997-0.999,
mu=-0.02..-0.006 matching eig_probe); fixed-point top = BAND of slow modes.
- lt_ep_train: --eigreg now spec_penalty (--eig_margin 0.995 = rho target);
--fingerprint reports rho/Re_mu instead of num_abscissa.
- ONBOARDING §4-7 + FINDINGS 2026-07-03: retraction + verdict (fundamental
quantity = finite-horizon path LE / resreg axis; de-cliff via floss-ept;
spec_penalty = measure-mode scalpel for a detaching Hopf pair).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
git clone + python pull_assets.py = full working tree: pulls TinyStories-BPE
data (~697M) and the 5 key checkpoints from the private HF dataset repo
blackhao0426/ept-assets straight into ep_run/{data,runs}.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|
|
Code (ep_run/), organized docs (docs/{method,campaign,hardware,outreach,paper}),
analysis scripts (scripts/), ONBOARDING.md entry point. Large data/checkpoints
git-ignored (share separately).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
|