InspectionUnit.generator
is useless as the one-time generator is already used by get_field_to_observations_map
#6994
Labels
Uh oh!
There was an error while loading. Please reload this page.
Environment information (required)
TensorBoard 2.19
Issue description
I am trying to access the TensorBoard data for my own graphs, alerting and review
I noticed all generators from
generators_from_logdir
can be used only once and probably this is the problem, as this generator is already used infield_to_obs=get_field_to_observations_map(generator, tag)
:It would be nice to have a clean API to access the metrics from TensorBoard without installing whole TensorFlow package.
The text was updated successfully, but these errors were encountered: