ml-wandb-tracking

Log metrics, hyperparameters, artifacts, and checkpoints to W&B for PyTorch Lightning runs.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/nishide-dev/claude-code-ml-research --skill ml-wandb-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-wandb-tracking
Source: https://github.com/nishide-dev/claude-code-ml-research/tree/main/skills/ml-wandb-tracking
Command: npx skills add https://github.com/nishide-dev/claude-code-ml-research --skill ml-wandb-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weights & Biases (W&B) helps you stop guessing which training runs work by centralizing metrics, hyperparameters, and artifacts so experiments stay comparable and reproducible.

Core Features & Use Cases

  • Experiment tracking: Log metrics, configuration values, and system stats during training to keep results tied to the exact run.
  • Hyperparameter sweeps: Automate search over learning rates, batch sizes, and model options using W&B Sweeps for systematic tuning.
  • Artifacts & model lifecycle: Version datasets and model checkpoints, then use the W&B Model Registry to promote models across staging and production.

Quick Start

Use the ml-wandb-tracking skill to set up W&B tracking for a PyTorch Lightning Trainer and log your train/validation metrics plus model checkpoints for later comparison.

Frequently Asked Questions about ml-wandb-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track PyTorch Lightning training metrics with Weights & Biases?

Track PyTorch Lightning training metrics with Weights & Biases by configuring the WandbLogger for your Trainer. This logs train and validation metrics alongside system stats during the run, keeping results tied to the exact configuration.

What is W&B experiment tracking and when do I need it for machine learning runs?

W&B experiment tracking centralizes metrics, hyperparameters, and artifacts for machine learning runs so experiments stay comparable and reproducible. You need it when you want to stop guessing which training configurations work and require traceability across runs.

How do I automate hyperparameter sweeps using W&B Sweeps?

Automate hyperparameter sweeps using W&B Sweeps to search over learning rates, batch sizes, and model options. This provides systematic tuning by defining search configurations that run iteratively to find optimal parameters.

Can I version datasets and manage model checkpoints in the W&B Model Registry?

You can version datasets and model checkpoints using W&B Artifacts, then use the W&B Model Registry to manage model lifecycle. This allows you to promote models across staging and production for deployment-ready versions.

Do I need to install the wandb library to start logging experiment metrics?

You need to install the wandb library, initialize runs, and configure the WandbLogger to start logging experiment metrics. This setup applies to PyTorch Lightning training and workflows requiring reproducibility and traceability.