weights-and-biases

Log machine learning experiment metrics and hyperparameters to Weights & Biases.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill weights-and-biases-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/ported/weights-and-biases
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill weights-and-biases-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, torch, tensorflow, transformers, and includes references (resource) components.

What problem does it solve?

This skill solves the challenge of fragmented experiment tracking and hyperparameter management, ensuring that every model training run is reproducible, documented, and easily comparable.

Core Features & Use Cases

  • Experiment Tracking: Automatically log metrics, system resources, and code versions for every training run.
  • Hyperparameter Optimization: Execute automated sweeps to find the best model configurations using Bayesian, grid, or random search strategies.
  • Model Registry & Artifacts: Manage model lineage and versioning, allowing teams to promote models from development to production with full audit trails.

Quick Start

Initialize a new experiment tracking session by calling the wandb init function within your training script to start logging metrics to your project dashboard.

Frequently Asked Questions about weights-and-biases

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

FAQPage Schema
How do I track machine learning experiment metrics and hyperparameters for PyTorch or TensorFlow?

To track machine learning experiment metrics, you initialize a tracking session in your training script to automatically log metrics, system resources, and code versions for every run. This ensures reproducible research and real-time training visualization across PyTorch and TensorFlow frameworks.

What is the best way to run hyperparameter optimization sweeps for model training?

The best way to run hyperparameter optimization is by executing automated sweeps using Bayesian, grid, or random search strategies. This approach systematically explores configurations to find the best model while automatically logging the results for comparison.

Can I manage model versioning and artifacts for collaborative MLOps workflows?

Yes, you can manage model versioning and artifacts for collaborative MLOps workflows using the model registry. It tracks model lineage and allows teams to promote models from development to production while maintaining full audit trails.

Does experiment tracking work with both PyTorch and TensorFlow frameworks?

Yes, experiment tracking works with both PyTorch and TensorFlow frameworks. The system logs metrics, hyperparameters, and model artifacts universally across these dependencies, satisfying requirements for reproducible research and real-time training visualization.

Why do I need a model registry for reproducible research?

You need a model registry for reproducible research because it solves the challenge of fragmented experiment tracking by documenting every training run. It manages model lineage and versioning, ensuring configurations are easily comparable and auditable.