tensorflow / tensorflow/tensorboard

Are there ways to extract the runtime statistics(node stats) shown in tensorboard?

Open
#1,028 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

core:summaries plugin:graph theme:usability
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

image

As we can see from this figure, after adding metadata, I can get the runtime statistics such as compute time and memory shown in tensorboard.

However, what I want to do is to extract these values(compute time, memory), and it seems that there's nothing on how we can extract it. Even it wasn't possible for me to know how they are derived.

Is there any ways to extract these data from event file or other solutions?

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

The issue names TensorBoard runtime statistics, added metadata, and event files; start by tracing the event-file data exposed after metadata is added. Determine whether compute time and memory are available for extraction and define a supported extraction path, with validation that it matches the values shown in TensorBoard.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.