You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From phase_08_regularization/RESULTS.md (human call 2026-08-24: adopt slogdet, chase the rest).
Questions
The 32 (A100) / 20 (CPU) delaunay_adapt_split draws that are NaN under both cholesky and slogdet: are the curvature+reg matrices genuinely singular (λ⁴ fragility, feat(jax_compile): make warm compile machine-identifiable via cache_state #104 — eigen-spectrum at those draws), or does the NaN arise upstream (mapping matrix, data-vector overflow, the sqrt(dual_area) grad hazard) so no log-det formula could help? Replay from slogdet_ab/draws/*.npz with per-term instrumentation.
The λ-transect gradients are non-finite under both arms on all 128 draws on both tiers (while prior/truth-bar draws mostly are finite): identify the term (is it the transect's log-coefficient axis itself?) — this may be a driver artefact rather than a likelihood hazard.
The marginal-band disagreement (up to 9,619 nats on A100 vs 2.27 on CPU): tier-dependent — characterise the coefficient range and whether it is fp64 LU pivoting on GPU.
Deliverable
RESULTS.md addendum with attribution per draw class; a recommendation on whether the PyAutoArray default should flip (feeds W9).
From
phase_08_regularization/RESULTS.md(human call 2026-08-24: adopt slogdet, chase the rest).Questions
delaunay_adapt_splitdraws that are NaN under both cholesky and slogdet: are the curvature+reg matrices genuinely singular (λ⁴ fragility, feat(jax_compile): make warm compile machine-identifiable via cache_state #104 — eigen-spectrum at those draws), or does the NaN arise upstream (mapping matrix, data-vector overflow, thesqrt(dual_area)grad hazard) so no log-det formula could help? Replay fromslogdet_ab/draws/*.npzwith per-term instrumentation.Deliverable
RESULTS.md addendum with attribution per draw class; a recommendation on whether the PyAutoArray default should flip (feeds W9).