What problem does it solve?
This Skill eliminates the risk of inaccurate experiment reporting caused by relying solely on Weights & Biases data, which may be corrupted or incomplete for crashed or failed runs, by enforcing verification against local experiment ledgers.
Core Features & Use Cases
- Metric Verification: Cross-check W&B run metrics against local CSV/JSONL experiment ledgers to ensure data accuracy before reporting.
- Run Comparison: Compare performance metrics across different experiment variants, runs, or sweeps for benchmark reporting.
- Run Status Validation: Confirm whether W&B runs completed successfully by checking run state and history before extracting metrics.
- Use Case: For a diffusion model benchmark sweep, use this Skill to pull final metrics from each W&B run, validate they match local evaluation outputs, and generate a consistent performance comparison report.
Quick Start
Use the wandb-result-analysis skill to pull, verify, and summarize final metrics from your latest diffusion benchmark W&B sweep against local experiment ledgers.