SkillAgentSearch skills...

Tbplot

Plot TensorBoard graphs fast

Install / Use

/learn @mrahtz/Tbplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tbplot

Sometimes TensorBoard can take a really long time to load.

tbplot is a little script to plot and save TensorBoard (scalar) graphs more quickly. It'll read logs in parallel using as many cores as you have.

Requirements

  • Python >= 3.6
  • Matplotlib
  • TensorFlow

Usage

$ tbplot --smoothing 0.6 --n_cols 4 run-seed0 run-seed1 run-seed2

(Be careful to supply each run as a separate argument, because tbplot uses its argument list to determine how to separate runs. If you do tbplot ., it'll get confused.)

You'll now have a file run-seed*.png in your current directory:

View on GitHub
GitHub Stars52
CategoryDevelopment
Updated24d ago
Forks6

Languages

Python

Security Score

95/100

Audited on Mar 17, 2026

No findings