tensorflow / tensorflow/tensorboard
[Debugger V2] Tensorboard Not Showing All Graph Executions in div List
@caisq is already working on this.
Since Jun 30, 2021.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Environment information (required)
For browser-related issues, please additionally specify:
- Browser type and version (e.g., Chrome 64.0.3282.140): Chrome 91.0.4472.114 (64-bit)
- Screenshot, if it’s a visual issue:

Issue description
Please describe the bug as clearly as possible.
When running tensorboard with a logdir that contains files generated via the tf.debugging.experimental.enable_dump_debug_info() function, during both training via the keras model.fit() function and inference via the keras model.evaluate() function, not all graph executions are reported in the div list in the upper right corner (see image).
Is there a way to force tensorboard to show all graph executions?
In case not, is there a way to force tensorboard to show a specific range of graph executions?
How can we reproduce the problem without additional resources (including external data files and proprietary Python modules)?
Possibly by running a large training and inference session which results in more than 883010 graph executions and debugging via the following function declaration:
tf.debugging.experimental.enable_dump_debug_info(
dump_root=DUMP_ROOT,
tensor_debug_mode='FULL_HEALTH',
circular_buffer_size=-1
)
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.
Assessment
This issue has not been assessed yet.