diff --git a/ax/metrics/tensorboard.py b/ax/metrics/tensorboard.py index 51c3aced2bc..2c0596c93b9 100644 --- a/ax/metrics/tensorboard.py +++ b/ax/metrics/tensorboard.py @@ -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, )