Built a tiny utility from my own deep learning experimentation workflow and figured others here might find it useful.
I kept getting messy training logs during iterative experiments, so I made epoch-printer — a lightweight Python package for clean, fixed-width metric tables in training loops.
No heavy experiment tracking stack — just cleaner stdout.
PyPI: pip install epoch-printer
GitHub: https://github.com/bpisaacoff/epoch-printer
Would love feedback if anyone tries it.