tensorflow/tensorboard

TensorFlow's Visualization Toolkit

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 9th, 2026
Created on May 15th, 2017
Open Issues & Pull Requests: 752 (+0)
GitHub issues: Enabled
Number of forks: 1,712
Total Stargazers: 7,216 (+0)
Total Subscribers: 182 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 38.5 hours
Mean response time: 31.1 days
90th percentile: 51.6 days
Tracked items: 63

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 52% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 66
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 969 days
Stale 30+ days: 65
Stale 90+ days: 61

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type:feature (7)
  • core:frontend (6)
  • type:support (6)
  • core:backend (4)
  • stat:awaiting tensorflower (4)
  • plugin:graph (3)
  • type:bug (3)
  • core:rustboard (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TensorBoard is a web-based visualization toolkit for inspecting and understanding TensorFlow runs and computational graphs.

TensorBoard solves the problem of making machine learning training runs interpretable by providing a suite of interactive visualizations. It reads event files and summary data written during TensorFlow execution and displays them through a browser interface. The tool supports multiple data types including scalars, images, audio, text, and histograms, which are collected via TensorFlow's summary operations. TensorBoard is designed to operate entirely offline without requiring internet access, making it suitable for local machines, corporate environments, or datacenter deployments.

TensorBoard is the standard visualization tool for TensorFlow practitioners who need to monitor training progress, inspect model graphs, and debug runs. It suits any project using TensorFlow where understanding model behavior and training dynamics is important. The tool requires only that you instrument your TensorFlow code with summary operations and write the resulting event files to a log directory, then point TensorBoard at that directory. It runs as a local web server accessible through Chrome or Firefox.

The project maintains continuous integration workflows for both standard and nightly builds, with automated testing infrastructure in place. Development activity shows regular maintenance and testing across the codebase to ensure stability.