tensorflow / tensorflow/tensorboard
Are there ways to extract the runtime statistics(node stats) shown in tensorboard?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description

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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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