Spaces:
Sleeping
Sleeping
missing comma
Browse files- user-friendly-metrics.py +1 -1
user-friendly-metrics.py
CHANGED
|
@@ -111,7 +111,7 @@ class UserFriendlyMetrics(evaluate.Metric):
|
|
| 111 |
self,
|
| 112 |
results,
|
| 113 |
wandb_section: str = None,
|
| 114 |
-
wandb_runs = None
|
| 115 |
wandb_project="user_friendly_metrics",
|
| 116 |
log_plots: bool = True,
|
| 117 |
debug: bool = False,
|
|
|
|
| 111 |
self,
|
| 112 |
results,
|
| 113 |
wandb_section: str = None,
|
| 114 |
+
wandb_runs = None,
|
| 115 |
wandb_project="user_friendly_metrics",
|
| 116 |
log_plots: bool = True,
|
| 117 |
debug: bool = False,
|