bench: larger synthetic n_train + L=4 Stage-2 recast#113
Draft
davorrunje wants to merge 2 commits into
Draft
Conversation
…re data for deep) At 16000 rows the synthetic datasets fell in the small-batch band ([8..256]), so an Optuna trial that drew batch=8 ran ~2000 steps/epoch (300k tiny GPU launches/trial at ~9% util) — the full synthetic sweep was ~days. Bumping to 32000 (>20k) puts them in the large-batch band ([512..4096]) => ~10 steps/epoch, ~100x faster, AND gives the deep arm more data for a fairer depth signal. Non-degeneracy R2<0.7 gate + relu≠elu + monotonicity all still hold at 32k. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…hold Recasts the Stage-2 results on the effective-monotone-layer axis L (plain: depth+1; residual/deep: 2*depth+2) rather than the plain/residual/deep flavor split, per the depth-4 monotone universal-approximation theorem (4 layers suffice). Reports best-at-L<=4 (sufficient) vs best-at-L>4 (excess) per dataset in its primary metric, plus an error-vs-L curve from the Optuna search trials (best CV objective at each sampled L, L=4 line marked). Reads committed results; no training. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two Stage-2 synthetic-benchmark tweaks:
n_train16000 → 32000 (crosses the 20k large-batch band; more data for the deep arms)L = 4sufficiency thresholdDraft for tracking — this branch had no prior PR.
🤖 Generated with Claude Code