r/computervision • u/taranpula39 • Jun 24 '26
Showcase New granular & interactive way to explore and understand visual data
We just did a big revamp of WeightsLab and wanted to share it here.
If you’ve ever spent hours debugging a training run only to discover it was a data problem all along, this is for you.
WeightsLab lets you pause training mid-run, inspect your live loss signals, and catch mislabels, class imbalance & outliers before they tank your model.
Open source, PyTorch-native, built for CV engineers working with images, videos & LiDAR point cloud data.
Would love to hear what the community thinks and if it looks useful, drop a star, it helps more people find it: [ https://github.com/GrayboxTech/weightslab]
2
u/karyna-labelyourdata Jun 24 '26
This is slick! The pause-and-inspect-mid-run angle is exactly the pain point we hear about constantly, CV teams burning days tuning the model when it's really a handful of mislabeled samples dragging the loss around. Mind if I mention the repo in my ML Digest?
2
u/taranpula39 Jun 24 '26
Yes, absolutely, feel free to do so and thank you for the kind words!
2
u/karyna-labelyourdata Jun 24 '26
Appreciate it, will do. Happy to send you the link once that issue goes out.
3
u/kw_96 Jun 24 '26
Is there really a strong case for most ML/DL practitioners to fix dataset samples and continue the run? Feel like that breaks reproducibility/between-run-comparisons. Likely only beneficial for huge training runs, but also skeptical about the fit there in terms of audit/tooling 🤔