提交 835b49dd 编写于 作者: S ShawnXuan

fix

上级 fd96f445
......@@ -64,7 +64,7 @@ def main():
val_data_iter.reset()
for i, batches in enumerate(val_data_iter):
images, labels = batches
InferenceNet(images, labels).async_get(predict_callback(epoch, i))
InferenceNet(images, labels).async_get(metric.metric_cb(epoch, i))
summary.save()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册