What problem does it solve? Machine learning teams lose track of experiments, hyperparameters, and model versions when training runs are scattered across notebooks and terminals. This Skill provides complete guidance for instrumenting training code with Weights & Biases so every run, metric, and artifact is logged, comparable, and reproducible. ## Core Features & Use Cases - Experiment Tracking: Log metrics, configs, media, and system stats from PyTorch, TensorFlow, Keras, HuggingFace, and PyTorch Lightning training loops. - Hyperparameter Sweeps: Run grid, random, or Bayesian optimization searches with early termination and parallel agents across GPUs. - Artifacts & Model Registry: Version datasets and models with lineage tracking, aliases, and promotion workflows from staging to production. - Use Case: A data scientist fine-tuning a ResNet50 classifier can initialize a W&B run, launch a 50-trial Bayesian sweep over learning rate and batch size, then register the best model artifact to a production registry with full lineage back to the training dataset. ## Quick Start Ask the agent to instrument my PyTorch training script with W&B experiment tracking and set up a Bayesian hyperparameter sweep for learning rate and batch size.