提交 fe7eb0d7 编写于 作者: Y Yancey1989

update

上级 6b723426
......@@ -367,7 +367,7 @@ def train_parallel(args):
test_ret = test_single(startup_exe, test_prog, args, test_pyreader,test_fetch_list)
print("Pass: %d, Test Loss %s, test acc1: %s, test acc5: %s\n" %
(pass_id, test_ret[0], test_ret[1], test_ret[2]))
# TODO(Yancey1989): need to fix on
# TODO(Yancey1989): need to fix on any update_method
if args.update_method == "pserver":
startup_exe.close()
print("total train time: ", time.time() - over_all_start)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册