What problem does it solve?
This Skill helps you convert noisy training runs into clear, comparable visual diagnostics so you can understand model behavior, spot bugs, and tune performance faster.
Core Features & Use Cases
- Track training metrics over time (loss, accuracy, learning rate) to quickly see whether experiments are improving.
- Debug with histograms and distributions to detect issues like vanishing/exploding activations or unstable gradients.
- Inspect model graphs and embeddings to understand architectures and analyze representations with Projector tools.
- Profile performance to find CPU/GPU bottlenecks and memory hot spots during training or inference.
Use it when you need to compare multiple experiment runs, visualize what your model is doing internally, and diagnose performance problems without manual log spelunking.
Quick Start
Use TensorBoard to visualize your run metrics by running: tensorboard --logdir=runs.