提交 339ce4ac 编写于 作者: M malin10

bug fix

上级 fe9cfe4e
......@@ -346,7 +346,7 @@ class SingleRunner(RunnerBase):
for epoch in range(epochs):
for model_dict in context["phases"]:
model_class = context["model"][model_dict["name"]]["model"]
metrics = model_class._metric
metrics = model_class._metrics
begin_time = time.time()
result = self._run(context, model_dict)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册