Agent skill · data analytics · davila7

tensorboard

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit

Why this skill is useful

Provides specific commands and integration patterns for logging metrics in TensorBoard that the AI wouldn't reliably generate on its own.

What it needs

Requires tensorboard, tensorflow, torch installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 30,138 stars on the source repository.

What this skill does

TensorBoard: Visualization Toolkit for ML When to Use This Skill Use TensorBoard when you need to: Visualize training metrics like loss and accuracy over time Debug models with histograms and distributions Compare experiments across multiple runs Visualize model graphs and architecture Project embeddings to lower dimensions (t-SNE, PCA) Track hyperparameter experiments Profile performance and identify bottlenecks Visualize images and text during training Users: 20M+ downloads/year GitHub Stars: 27k+ License: Apache 2.0 Installation Quick Start PyTorch TensorFlow/Keras Core Concepts 1. SummaryWriter (PyTorch) 2. Logging Scalars 3. Logging Multiple Scalars 4. Logging Images 5. Logging Histograms 6. Logging Model Graph Advanced Features Embedding Projector Visualize high-dimensional data (embeddings, features) in 2D/3D. In TensorBoard: Navigate to "Projector" tab Choose PCA, t-SNE, or UMAP visualization Search, filter, and explore clusters Hyperparameter Tuning Text Logging PR Curves Precision-Recall curves for classification. Integration Examples PyTorch Training Loop TensorFlow/Keras Training Comparing Experiments Multiple Runs In TensorBoard: All runs appear in the same dashboard Toggle runs on/off for comparison Use regex to filter run names Overlay charts to compare metrics Organizing Experiments Best Practices 1. Use Descriptive Run Names 2. Group Related Metrics 3. Log Regularly but Not Too Often 4. Close Writer When Done 5. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills davila7/mlops-tensorboard

View the source on GitHub

Browse the @skills marketplace