提交 71f8b863 编写于 作者: K ktlichkid 提交者: Qingsheng Li

Split by '\t'

上级 6a535cfb
......@@ -151,9 +151,9 @@ def train():
# This log is for continuous evaluation only
if args.enable_ce:
print("kpis train_cost %f" % avg_cost_train)
print("kpis test_cost %f" % test_loss)
print("kpis train_duration %f" % time_consumed)
print("kpis\ttrain_cost\t%f" % avg_cost_train)
print("kpis\ttest_cost\t%f" % test_loss)
print("kpis\ttrain_duration\t%f" % time_consumed)
if pass_id % args.save_interval == 0:
model_path = os.path.join(args.save_dir, str(pass_id))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册