Commit 9bbf6165 authored by Baber's avatar Baber
Browse files

nit

parent 1dd1eae0
......@@ -258,7 +258,7 @@ class TaskConfig(dict):
for metric_name in _metric_list
)
else:
# ---------- 2. How will the outputs be evaluated ----------
# ---------- 2. Process user-defined metrics from config ----------
for metric_config in self.metric_list:
metric_name = metric_config["metric"]
_metric_fn_kwargs = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment