Libreyolo Verify Training

Prove that a LibreYOLO model actually trains correctly, not just that train() runs without crashing. Use when adding or changing a trainer, loss, augmentation, scheduler, or DDP path; when someone asks "does training work for family X?", "is this model trainable?", or reports bad fine-tune results; or before making a validation claim about a new family's training. Covers the confidence ladder (overfit gate, RF1 marbles floor, regression and RF5 tiers, full-run spot checks), the objective definition of training-evidence tiers, the recurring silent-training-bug classes and how to hunt each one, and how to watch a live run. Speed problems are libreyolo-profiling; running the suites is libreyolo-run-e2e-tests.

libreyolo 1f68019 7.1 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-verify-training commit 1f680198b0

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-verify-training