Open Source Trainproof: A Deterministic Linter for ML Training Runs

CupGlass540 · reddit · 2026-08-05

A developer open-sourced trainproof (MIT, pip install trainproof) after struggling with non-converging 730M-parameter TTS training. It's a deterministic linter for ML training runs that reads existing logs and returns a verdict with an exit code, avoiding ML-judging-ML hallucinations.

Core Design & Validation

Lifecycle Coverage

It reads HF trainerstate.json, Coqui, TensorBoard event files, JSONL, and CSV. The tfevents reader parses from the wire format without requiring tensorflow or torch.

Original post →

More from coding & agent

coding & agent channel →