Gil-Simas commited on
Commit
c4fe18d
·
1 Parent(s): 363365d

result variable

Browse files
Files changed (1) hide show
  1. user-friendly-metrics.py +1 -1
user-friendly-metrics.py CHANGED
@@ -176,7 +176,7 @@ class UserFriendlyMetrics(evaluate.Metric):
176
 
177
  # Log overall metrics
178
  if "overall" in result:
179
- for metric, value in overall_metrics["overall"]["all"].items():
180
  log_key = (
181
  f"{wandb_section}/overall/{metric}"
182
  if wandb_section
 
176
 
177
  # Log overall metrics
178
  if "overall" in result:
179
+ for metric, value in result["overall"]["all"].items():
180
  log_key = (
181
  f"{wandb_section}/overall/{metric}"
182
  if wandb_section