Commit cba02d7b authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Add the unit "sec" for eval time.

PiperOrigin-RevId: 355925766
parent 8edebf5d
...@@ -259,7 +259,7 @@ class Controller: ...@@ -259,7 +259,7 @@ class Controller:
elapsed = time.time() - start elapsed = time.time() - start
_log(f" eval | step: {current_step: 6d} | " _log(f" eval | step: {current_step: 6d} | "
f"eval time: {elapsed: 6.1f} | " f"eval time: {elapsed: 6.1f} sec | "
f"output: {_format_output(eval_output)}") f"output: {_format_output(eval_output)}")
self.eval_summary_manager.write_summaries(eval_output) self.eval_summary_manager.write_summaries(eval_output)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment