Skip to content

Commit

Permalink
Improve TB error message when 'scalars' is missing from multiplexer
Browse files Browse the repository at this point in the history
Summary: Previous message was hard for users to interpret, leading them to contact support.

Reviewed By: sunnyshen321

Differential Revision: D68292863
  • Loading branch information
bernardbeckerman authored and facebook-github-bot committed Jan 17, 2025
1 parent 3c68bd3 commit be12af6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ax/metrics/tensorboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ def bulk_fetch_trial_data(
metric.name: Err(
MetricFetchE(
message=(
"No 'scalar' data found for trial in multiplexer "
f"{mul=}"
"Tensorboard multiplexer is empty. This can happen if "
"TB data is not populated at the time of fetch. Check "
"the corresponding logs to confirm that Tensorboard "
"data is available."
),
exception=None,
)
Expand Down

0 comments on commit be12af6

Please sign in to comment.