mirror of
https://github.com/wassname/ml-debug.git
synced 2026-06-27 15:00:40 +08:00
90b11214f8530316977d4f9ccdf5def3922094df
- convert all prose ' -- ' to commas/periods/parens (left code/CLI/arrows) - remove the antithesis flourish in the bisect step; inform not persuade - de-telegraph "no model, no forward pass, no GPU. pure math." - add non-exhaustive hedges (and so on / like) where lists implied closure - fix typos: authoritative (x2), sklearn, it indented - TODO: triage decision tree converted from ASCII art to nested bullets - TODO: add Further reading section linking docs/evidence/* files Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
ML Debugging Folklore
Practitioner knowledge for debugging ML systems, curated and synthesized by wassname. Opinionated by source selection -- I picked sources I trust (Schulman, Goodfellow, CS231n, ...) and had an LLM extract the most relevant information for debugging ML systems.
Use as a Claude skill
/skills add https://github.com/wassname/ml_debug
Or paste SKILL.md into your system prompt / context when debugging.
What's here
-
SKILL.md -- the main artifact. Load into an LLM agent's context as a debugging skill. Parts 1-5 are reference knowledge; Part 6 is a runnable triage protocol (grep patterns, diagnostic snippets, decision tree); Part 7 is debugging mental models and practitioner priors.
-
docs/evidence/ -- frozen local copies of source material (blog posts, talks, papers, reddit threads). Claims in SKILL.md link back to exact quotes here.
Description
Languages
Markdown
100%