Weightslab Documentation ======================== Weightslab is a Python SDK to inspect, monitor, and edit training behavior for computer vision workflows. .. raw:: html

Inspect, edit, and optimize model training with a unified workflow.

Install & Get Started API Reference
.. grid:: 1 1 2 2 :gutter: 2 .. grid-item-card:: ๐Ÿš€ Quickstart :link: quickstart :link-type: doc Install, build, and run Weightslab documentation locally in minutes. .. grid-item-card:: ๐Ÿงญ Four-Way Approach :link: four_way_approach :link-type: doc Understand how model, data, hyperparameters, and logger workflows connect. .. grid-item-card:: ๐Ÿง  Model + Data Control :link: model_interaction :link-type: doc Learn how to wrap training components and iterate on difficult samples. .. grid-item-card:: ๐Ÿ“š User Functions :link: user_functions :link-type: doc Reference all public SDK functions with usage-oriented explanations. .. grid-item-card:: ๐Ÿงช Use-Case Example :link: usecases :link-type: doc Follow a complete MNIST integration with comments and practical rationale. .. grid-item-card:: โšก PyTorch Lightning :link: pytorch_lightning :link-type: doc Integrate Weightslab with Lightning, including multi-GPU configuration. .. grid-item-card:: ๐Ÿ–ฅ๏ธ Weights Studio :link: weights_studio :link-type: doc Deploy and operate the UI: architecture, Docker, ports, and actions. .. admonition:: Weightslab in one sentence :class: note Wrap your training script once, then monitor, tag/discard, adjust, and improve continuously. .. toctree:: :maxdepth: 2 :caption: Getting Started :hidden: quickstart .. toctree:: :maxdepth: 2 :caption: Core Concepts :hidden: four_way_approach model_interaction data_exploration hyperparameters logger usecases pytorch_lightning weights_studio .. toctree:: :maxdepth: 2 :caption: Reference :hidden: user_functions