-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
core:frontendplugin:graphstat:awaiting tensorflowertheme:ui-polishFeatures or fixes that make core UI more pleasant.Features or fixes that make core UI more pleasant.type:bug
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
)Metadata
Metadata
Assignees
Labels
core:frontendplugin:graphstat:awaiting tensorflowertheme:ui-polishFeatures or fixes that make core UI more pleasant.Features or fixes that make core UI more pleasant.type:bug
