You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access the TensorBoard data for my own graphs, alerting and review
importtensorboard.backend.event_processing.event_file_inspectora=tensorboard.backend.event_processing.event_file_inspector.get_inspection_units(logdir=manager.summary_folder)
# Found event files in:# runs/20250514-105417# runs/20250514-105417/loss_epoch_trn# runs/20250514-105417/loss_trn# runs/20250514-105417/loss_epoch_tsta[1].name# 'runs/20250514-105417/loss_epoch_trn'list(a[1].generator)
# [] <- this the problem
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 in field_to_obs=get_field_to_observations_map(generator, tag):