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 structured guidance for logging metrics, comparing runs, optimizing hyperparameters, and versioning models with Weights & Biases. ## Core Features & Use Cases - Experiment Tracking: Automatically 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 multiple GPUs. - Artifacts & Model Registry: Version datasets and models with lineage tracking, aliases, and promotion workflows from staging to production. - Use Case: A researcher fine-tuning BERT can launch a Bayesian sweep over learning rate and batch size, compare 50 runs in a real-time dashboard, and promote the best checkpoint to a shared model registry. ## Quick Start Ask the AI to instrument your PyTorch training script with wandb logging for loss, accuracy, and model checkpoints.