Skip to content

Commit a7fb45f

Browse files
authored
update the key word of mobilenet log (#4766)
1 parent a70288d commit a7fb45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dygraph/mobilenet/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def eval(net, test_data_loader, eop):
6767
test_batch_cost = time.time() - batch_start
6868
total_sample += 1
6969
print(
70-
"test | epoch %d, avg_loss %.5f, acc_top1 %.5f, acc_top5 %.5f, batch_cost: %.5f s, reader_cost: %.5f s"
70+
"test | epoch %d, avg_loss %.5f, acc_top1 %.5f, acc_top5 %.5f, batch_cost_time: %.5f s, reader_cost: %.5f s"
7171
% (eop, avg_loss.numpy(), acc_top1.numpy(), acc_top5.numpy(),
7272
test_batch_cost, batch_reader_end - batch_start))
7373
sys.stdout.flush()

0 commit comments

Comments
 (0)