What problem does it solve? Machine learning teams lose track of training runs, hyperparameters, and model versions when experiments are managed manually, making results impossible to compare or reproduce. ## Core Features & Use Cases - Experiment Tracking: Log metrics, configs, media, and system stats from PyTorch, TensorFlow, Keras, HuggingFace, and PyTorch Lightning training loops with wandb.init and wandb.log. - Hyperparameter Sweeps: Run grid, random, or Bayesian optimization searches with early termination and parallel agents across multiple GPUs. - Artifacts & Model Registry: Version datasets and models with lineage tracking, aliases, and promotion stages from staging to production. - Use Case: A team fine-tuning a ResNet50 classifier launches a 50-trial Bayesian sweep, compares validation accuracy across runs in a shared dashboard, and links the best checkpoint to the production model registry. ## Quick Start Ask the agent to instrument your PyTorch training script with W&B logging so every run's metrics and hyperparameters appear in a project dashboard.