Improve wandb-primary training diagnostics adoption - #3210
Open
morganmcg1 wants to merge 3 commits into
Open
Conversation
- CLAUDE-STUDENT.md: add metric-curve analysis requirement to run reports - icml2026/airfrans/program.md: clarify paper-facing scorer normalization - icml2026/drivaerml/program.md: correct AB-UPT / Transolver lineage - icml2026/train.py: parity/robustness tweaks - uv.lock: dep updates - .gitignore: exclude large local scratch dirs (conversation_logs, .claude/worktrees, analysis/operational_metrics, analysis/scratch, tm) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
wandb-primarytraining-diagnostics adoptionanalysis/wandb_primary_training_diagnostics_adoption_audit_2026-04-23.mdstep_key, completion criteria, and phrase-to-helper mappingcurve_diagnostics_cli.pywrapper to lower the activation energy for actually running the helper workflowFindings
2026-04-21and2026-04-22logs (137archives /1,388embedded.jsonltranscripts)41assistant-sidewandb-primaryskill launches0assistant-side invocations of the concrete diagnostics helper surface (plot_single_run_overview,compare_runs_curves,plot_run_comparison,curve_features,lr_schedule_features,grad_norm_features,grad_histogram_features,list_candidate_step_keys,guess_step_key_from_workspace) after excluding injected skill textuvenvironment currently lackspandas, even though the diagnostics helper stack imports it at module import timeWhy This May Help
step_key+ helper-derived table + PNG + verdict instead of manual narration alonegradient stormandtrough envelope plateauedto the helper surface that should back those claimsValidation
uv run python -m py_compile .agents/skills/wandb-primary/scripts/curve_diagnostics_cli.pyuv run python .agents/skills/wandb-primary/scripts/curve_diagnostics_cli.py --helpuv run python .agents/skills/wandb-primary/scripts/curve_diagnostics_cli.py --entity foo --project bar --run baz(expected helpful missing-dependency message forpandasin the currentuvenvironment)