tensorflow / tensorflow/tensorboard

SummaryWriter/TensorBoard should use a more efficient format

Open
#641 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin:audio plugin:images plugin:scalars theme:performance
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

The current format used becomes slow in many circumstances:

  1. Saving images/audio/...
  2. Saving many scalars

I suggest that the format is replaced by something that:

  1. Is compressed (and don't save tags for every event)
  2. Is columnar (don't load images if you only look at scalars)
  3. Easy to read and load from Python (efficiently)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the current SummaryWriter/TensorBoard event format and examine its behavior when saving images, audio, and many scalars. Done would require a compressed, columnar format that avoids repeated tags, supports selective loading, and remains efficient to read from Python.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.