docs: explain VERIFICATION.md metrics in plain English (closes #35)#130
Closed
DsThakurRawat wants to merge 1 commit into
Closed
docs: explain VERIFICATION.md metrics in plain English (closes #35)#130DsThakurRawat wants to merge 1 commit into
DsThakurRawat wants to merge 1 commit into
Conversation
6 tasks
Collaborator
|
Thanks @DsThakurRawat — the teaching structure of this guide (When is it created → Section-by-section → Key metrics → Vertical interpretation → Recovery) is exactly right, and the fixture numbers in your parity example look like real output from a What changed in the replacement, narrower than I'd initially planned:
Closing in favor of the replacement PR. Thanks again — this was the kind of doc that needed grounding more than rewriting. |
rylinjames
added a commit
that referenced
this pull request
May 15, 2026
Adds docs/verification.md walking users through the auto-generated VERIFICATION.md artifact — the trust receipt proving an exported ONNX model matches its PyTorch source at machine precision. Structure verified against src/reflex/verification_report.py — every section + field name in the doc maps to a real line of the renderer. Adapted from #130: - Kept the fixture numbers (1.192e-07, 2.384e-07, etc.) — they're float32 ULP multiples, characteristic of correctly-exported models, and 2.384e-07 lines up with pi0.5's actual first-action max_abs (2.38e-07) from the README parity ledger. - Refreshed Reflex version (0.2.1 → 0.9.6) + added a note that the field auto-fills from reflex.__version__. - Cross-referenced the parity ledger explicitly so readers can sanity- check their own runs against the shipped numbers (SmolVLA 5.96e-07, pi0 2.09e-07, pi0.5 2.38e-07, GR00T 8.34e-07). - Renamed file from understanding_verification.md to verification.md for consistency with sibling docs (eval.md, embodiment_schema.md). - Replaced broken TROUBLESHOOTING.md cross-ref with reflex doctor flow. - Kept the 'Interpreting results by vertical' table — verticals match the FastCrest customer research vault's P0 tier. - Added 'Files' section preamble (Total: N files, X size) that #130 omitted but the live renderer emits. Supersedes #130. Co-authored-by: Divyansh Rawat <186957976+DsThakurRawat@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 tasks
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.
Description
Adds
docs/understanding_verification.md, a plain-English guide that demystifies the auto-generatedVERIFICATION.mdtrust receipt.Key Additions:
SHA256matters for integrity, reproducibility, and audit trails.max_abs_diff,mean_abs_diff, pass/fail thresholds, and random seed reproducibility.max_abs_diffranges based on use-case sensitivity:< 1e-04)< 1e-03)< 1e-04)< 1e-03)Type of Change
How Has This Been Tested?
pytest tests/passes locallyreflex doctorsanity checkChecklist